| Thread | Last Post | Replies |
|
| question on development environment configuration of .NET ASP | 06 Jun 2007 14:49 GMT | 1 |
I did development by using .NET 2003 (enterprise edition) which does not have tree view control for web form, and SQL server 2000 installed on the same machine with server 2000 operating system. Now I have to move the server machine to other place, and I will get a new machine ...
|
| Gridview doubling up rows | 06 Jun 2007 13:54 GMT | 2 |
I've got a gridview (that I converted over from a datagrid, which had been working properly), that is doubling up the number of rows returned. When it was running as a datagrid, the same code sent back the proper number of rows. The only thing different I am doing is to
|
| How to use SQL Server paging | 06 Jun 2007 13:29 GMT | 8 |
I heard in an online video by Scott Gu, that there is an option to have the asp.net datagrid in .net 2.0 do the paging in SQL Server 2005 rather than pull all the data from the database and do it on the web server. I've been unable to find any good documentation on this. I saw a ...
|
| calling a clients local COM object | 06 Jun 2007 13:18 GMT | 2 |
all of the PC that will have access to the ASPX page have a COM object installed and using Codebehind I add a COM reference to it and I can call it like this: View.ViewSrv vs = new View.ViewSrv();
|
| Changing data source | 06 Jun 2007 13:10 GMT | 2 |
I'm trying to change my datasource of datalist depending of listbox value: Listbox: <asp:DropDownList ID="ListCriteria" runat="server"
|
| Authenticating windows user | 06 Jun 2007 12:10 GMT | 1 |
I am currently authenticating my users based upon a check to see if their details exist in a database table. How do you authenticate users based upon their Windows login?
|
| where to put sub? | 06 Jun 2007 11:50 GMT | 2 |
i have a master page, and then my aspx page that uses that master page. Now in my aspx i want to use a LinkButton to sort data on my page. My question is where do i put the sub the LinkButton is calling to? If i put it outside the <asp:Content tags i get an error that i can't place ...
|
| _REALLY_ simple namespace question... | 06 Jun 2007 11:42 GMT | 9 |
I feel really dumb asking this, but I can't work it out. Searching gives me nothing, I'm down to thinking it's a bug in Visual Studio 2005, but of course it probably isn't... I want to add a namespace to my aspx file. I do this:
|
| a simple start but im hving problems | 06 Jun 2007 11:31 GMT | 3 |
I am trying this simple custom control. from here: http://samples.gotdotnet.com/quickstart/aspplus/doc/webctrlauthoring.aspx#innerc ontent when i browse the page it gives me an error: Could not load file or assembly SimpleControlSamples or one of its
|
| ASP.NET C# GetObject | 06 Jun 2007 09:40 GMT | 4 |
I want to write a ASPX C# to change the password of a user account on standalone computer, I have the ASP code on my friend, but I don't know how to convert them to ASP.NET C#.
|
| is System.Windows.Forms DLL safe for server-side use? | 06 Jun 2007 09:24 GMT | 5 |
I need to use the ResXResourceReader/Writer in my ASP.NET application, but these classes are included in the Winforms assembly. I am certain I CAN reference this assembly and use the classes, but is this safe? In the sense of "does this assembly do anything that's not
|
| Adrotator | 06 Jun 2007 08:36 GMT | 7 |
I have a adrotator control on a page, and want to program the connection of the control via SQL. I have the following code which doesn't seem to do much, and not sure what else to do?
|
| Custom Composite Control and Validators | 06 Jun 2007 08:34 GMT | 4 |
I built a composite web control that has a textbox and a date control. added my custom control on a webform where there are other standard controls.
|
| how to have javascript access the text of a checkbox created by .Net 2.0 | 06 Jun 2007 08:30 GMT | 2 |
I have a page done in ASP .NET 2.0 that uses an asp:CheckBox. .Net renders the CheckBoxin the following manner: <input id="_ctl0_Body__players__ctl0__player" type="checkbox" name="_ctl0:Body:_players:_ctl0:_player" /><label
|
| Can't access to web control textbox property | 06 Jun 2007 08:21 GMT | 1 |
I built a web control wich has text box and public property that set or get the text value of that text box. when i try to access that property i got error: "Object reference not set to an instance of ..."
|