Topics
-
- 1 reply
- 932 views
Hi All, Here is the conteny of my page: <%@ Page Language="VB" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="_Default" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"/> <div> <asp:TextBox runat="server" ID="tx…
Last reply by davearia, -
-
- Administrators
- 2 replies
- 947 views
Hi all I am trying to use role-base security with forms authentication on a web app. I have a database with a login table that has a username, employeeId, password and role. Role can be either "admin", "superAdmin" or "staff". In my proj. I have two sub-directories one is Admin and the other is All. I want to allow only the users with the "admin" and "superAdmin" role access to the Admin folder and let users with all three roles access to the All folder. Here is the web config for the Admin folder: <configuration> <appSettings/> <connectionStrings/> <system.web> <authorization> <allow roles="admin"/> <d…
Last reply by mike55, -
-
-
- Administrators
- 3 replies
- 1.2k views
I need to run a C# .NET 2 application (itvC.exe) while starting Windows. I have added the exe file to startup menu. Then the application is running but very slow and it looks like hanging. Also I tried the same making a batch file like below dim objshell Set objshell=CreateObject ("Wscript.Shell") objshell.run "c:\bin\Debug\ItvC.exe" But I am getting the same result Also I made C# application to run the needed application itvC.exe using the command System.Diagnostics.Process.Start But in all the way if I run my application its running slowly. But if I double click the application and run then it works fine. I need some one help to sort this pl…
Last reply by PlausiblyDamp, -
-
-
- *Experts*
- 3 replies
- 980 views
That's right, FULL source for libraries like System.Windows, System.Web, System.Data (ADODB) and more!!! Expected later this year. See article below for more info: http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx -ner
Last reply by PublicEvent, -
-
-
- Administrators
- 6 replies
- 2.4k views
I love my linux system... But I also have the need to do some .NET apps again. Does anyone know of a good IDE? Without installing a dual boot system... I know about mono and have it installed. But I mean a good editor. Not necessarily with intellisense but basic highlighting and such would be ideal. http://s124.photobucket.com/albums/p15/afterlife007/?action=view¤t=mono.jpg Obviously this isn't ideal code for a Windows box.
Last reply by PublicEvent, -
-
- 2 replies
- 3.2k views
this is my first times using direct3d, and i want to create my own tile based games. we made a tile engine before along time ago in c++ but now i want to try it in c#. the problem i am having is i cant seem to load a texture. i am using TextureLoader.FromFile and everytime i do, it keeps crashing my program and throwing a direct3dxexception. no matter what i cannot get it too load the texture. i guess what i am trying to do is simply load a background bitmap (800x600) and display it as the background to my engine. i dont know what the problem is, but i cant seem to get it to work no matter how many times ive tried. i keep getting this error and i dont know what it could …
Last reply by Grasshopper-NET, -
- 0 replies
- 734 views
Without Paging, everything seems fine. But if I activated paging, every time I tried to update with a new value, I would always get the old value back (inside RowUpdating) Here is one of the line: string MaritalStatus = ((TextBox)(GridView1.Rows[e.RowIndex].Cells[8].Controls[0])).Text; I set a break point there and found out the value is not the one I had just inserted. Instead it was the original value. Any clue? (It works without paging though)
Last reply by Worrow, -
-
- Administrators
- 3 replies
- 1.3k views
Which is the last DirectX 9 SDK it ships with?
Last reply by PlausiblyDamp, -
-
-
- Administrators
- 7 replies
- 3.8k views
I came across this: http://www.xtremevbtalk.com/showthread.php?t=114019 And it's almost exactly what I want, the problem is, it's Legacy VB and I need it for VB.NET... Is there a module with these memory functions in VB.NET? I tried to convert them but I got no luck and when I fixed an error, another one popped up... Can anyone help me?
Last reply by shaii, -
-
-
- Administrators
- 1 reply
- 1.3k views
Hi, These 3 questions may seem silly but English is not my primary language! 1. I wanna know that "Capitalize" is the process of converting the words to UPPER case? For example "aaa" to "AAA"? 2. If so, the reversed process is named what? For example "AAA" to "aaa"? 3. At a glance, the process of converting words to both UPPER and LOWER case can be named what? Thanks
Last reply by PlausiblyDamp, -
-
-
- Administrators
- 1 reply
- 833 views
Hi, I'm new to the vb and i got a tricky asignment. how can i create loop that will stop only after the user enter cancel in the INPUTBOX (thats will be the only way to make the loop quit) ? tnx
Last reply by PlausiblyDamp, -
-
- 1 reply
- 895 views
I am wondering if anyone can direct me to a free control that is an xp style menu. I am trying to make my application have more of an xp look and feel and the regular menubar is not doing it. i am using vb.net 2003 Thanx :)
Last reply by mskeel, -
-
- Administrators
- 2 replies
- 1.1k views
I'm interested on getting Reporting tools for my c# .NET application, I've tried Crystal Reports (which has some problems, regarding line breaks in string variables) and ComponentOne Reports (which is INCREDIBLE SLOW for major lists.)... Could someone please post me some other Reporting tools? Freeare and Non-freeware. Thanks
Last reply by EFileTahi-A, -
-
- 0 replies
- 1.4k views
I have several openings for .Net, VB.Net, ASP.Net and C3 Developers. These are contract, contract to hire and permanent openings. The positions are located in metro Detroit. Please contact me if you or anyone you know would be interested. Adam Choinski Technical Recruiter TEKsystems Direct: 248.728.9525 Email: achoinsk@teksystems.com http://www.teksystems.com
Last reply by achoinsk, -
- 1 reply
- 702 views
Hi, I want to enable my program to import from different databased. I see this feature on a lot of program here and there. See my snap shot. But I don't know the basic and general algorithm so how should I work? Any help on this case please ? :)
Last reply by techmanbd, -
- 0 replies
- 1.5k views
Hi everyone, it is nice to be back. Again, of course with a question. I am having a problem using AJAX popup extender. I create a panel(to hold all controls), a label(the one to click to popup), another panel(to hold the popup content, a literal(with the popup content), an Ajax popupextender, and assign the values, all on the fly like so: Panel displayPanel1 = new Panel(); displayPanel1.BackColor = System.Drawing.Color.White; displayPanel1.ID = "dispPanel" + myCounter.ToString(); displayPanel1.Controls.Add(hc); AjaxControlToolkit.PopupControlExtender myPop = new AjaxCont…
Last reply by Eduardo Lorenzo, -
- 0 replies
- 1.2k views
I have global themes that are not working; I'm lost...I'm looking for any ideas. The themes are installed to the following on IIS6: Inetpub\wwwroot\aspnet_client\system_web\2_0_50727\Themes Everything works locally on my box. Any ideas? Message I get of coarse is: Theme 'Default' cannot be found in the application or global theme directories.
Last reply by bri189a, -
- 3 replies
- 1.3k views
Hi, is there any way to alphabeticaly sort a TreeView's nodes? And no, i can't add the id's in in the correct order as the data is added to on a frequent basis. Sorting within the DataTable is taking WAY too long! Thanks Azza
Last reply by mskeel, -
-
- Administrators
- 1 reply
- 648 views
Hi, I have a program that process a long loop. Before entering the loop I use: Now.ToString("HH:mm:ss") To get start time. After exiting the loop I use it again to get end time. Now I want to determine how long my process has been taken! How many hours, minutes and seconds! I want to know how can I minus end time from start time to get the total time? Thanks!
Last reply by PlausiblyDamp, -
-
- 2 replies
- 12.9k views
In VS 2003 windows forms, dows anyone know how to create a treeview with multi loclumn?
Last reply by jjbrooks13,
-
Who's Online 0 Members, 0 Anonymous, 59 Guests (See full list)
- There are no registered users currently online