| Thread | Last Post | Replies |
|
| Public struct in usercontrol, can't reach items | 05 Dec 2006 09:49 GMT | 1 |
I have a simple struct with two *public* int vars I can obtain the definition of the struct from the main aspx page but not the int's ! They don't show in the IDE and fails to run.
|
| CheckBoxes in DataGrid | 05 Dec 2006 09:48 GMT | 7 |
The first column of a DataGrid has a CheckBox for all the rows. I want that when users check a CheckBox, the BackColor of that entire row in the DataGrid should change to a different color. To implement this, if I am not mistaken, I HAVE TO post the Form first i.e. set the
|
| browser BACK button doesn't tigger the page_load event of asp.net | 05 Dec 2006 09:43 GMT | 1 |
Logout question I use a session to store the login information, say Session("Login") = success and use page_load to test the session("Login") success or not say If Session("Login") <> success then response.redirect("LoginPage.aspx")
|
| Client to IIS to SQL Server | 05 Dec 2006 09:01 GMT | 1 |
I am completely stumped and hopefully someone will be able to give me some guidance. Here's our problem: We are getting an 'NT AUTHORITY\ANONYMOUS LOGON' error randomly when
|
| Keeping Values of a Form | 05 Dec 2006 08:24 GMT | 2 |
I'm switching between Webpages using "Server.Transfer()" in a buttons Called "Continue >>" and "<< Back", but when going back to the previous form the values in the textboxes are lost !! How can I keep them without using Sessions?
|
| Preserve linebreaks in multiline textbox | 05 Dec 2006 06:07 GMT | 3 |
Hi, I have a multi-line textbox where a person can enter information and this information is then emailed to a person. How do I preserve linefeeds from both the textbox and then use them in the email given that the email is going to be in plain text format??
|
| Wroking with Active directory | 05 Dec 2006 05:42 GMT | 1 |
I'm working with active directory and I've used: directorysearcher search =new...; search.propertiesToLoad.Add("cn"); That give me the user name. now if I'm also getting the "memberof"
|
| Fill Dataset | 05 Dec 2006 04:36 GMT | 1 |
I know this is a basic question but I am having a problem. I am using System.Data.Common and I created a command. 1 ... 2 Dim command As DbCommand = dbProvider.CreateCommand()
|
| Visual Studio .NET 2005 reports false error | 05 Dec 2006 03:51 GMT | 4 |
I'm using Visual Studio .NET 2005 with a C# Web Application project. I have an ASPX page that uses a MasterPage file for a general site layout. That works just fine, but when I run a compile of the ASPX page (say default.aspx) with something like:
|
| set usercontrol value | 05 Dec 2006 03:50 GMT | 4 |
I have a dropdown on my page and I want to define what should be selected in the drop down when the page loads. I have a session variable I'm setting to do this. I can get the selected value and selectedItem.Text from the user control
|
| How to create DataSet schema with Parent table containing child table | 05 Dec 2006 03:18 GMT | 1 |
I have a requirement where I need to create a dataset that consists of a table inside a table ( a child table inside a parent table). I am not really familiar with the data relations and not sure how to represent this relation.
|
| pass data from page to page | 05 Dec 2006 02:25 GMT | 4 |
Is there a way to pass data from page to page without the use of a Session Variable or queryString? I need to pass drop down box selections from page to page and have the drop downs on the page be the same as they were on the page the user is coming
|
| Can a UserControl perform some action on the hosting page codebehind? | 05 Dec 2006 01:49 GMT | 10 |
I have a UserControl with a couple of textboxes and a couple of buttons ("Save" and "Cancel"). The Click event for this buttons is in the UserControl's codebehind of course, so here's my question. Once the UserControl is dropped onto the container page, how can I perform
|
| Combining ASP and ASP.NET projects together | 05 Dec 2006 01:23 GMT | 2 |
I have several bigger applications programmed with the old ASP (vbscript). A lot of data is stored in the session object. Now I have to extend the application with new functionality (-> complete new part). My idea is to develop the new part in ASP.NET (C#) and leave the old
|
| Utility to create a user documentation of web project | 05 Dec 2006 00:28 GMT | 1 |
On the web you can find a lot of tools to document .NET classes and other internal (technical) stuff. For windows application there are come other tools to automaticaly capture screenshots and insert them into a "documentation framework".
|