| Thread | Last Post | Replies |
|
| data reader to data set | 05 Dec 2006 14:38 GMT | 1 |
I have data reader(I can't create data adapter, because I'm using command.BeginExecuteReader and EndExecuteReader) What is the best way to save data reader to table inside the data set? Any example?
|
| can't see Virtual Directories of Website asp.net 2.0 IIS 5 | 05 Dec 2006 13:40 GMT | 1 |
After creating a website in VS.Net 2005 (IIS 5.1) I can't see any of my website virtual directory in IIS After doing some search i camr across the info below -link- http://msdn2.microsoft.com/en-us/library/k6h9cz8h.aspx
|
| Passing values into SQL Server | 05 Dec 2006 13:38 GMT | 1 |
Hi: I create two textboxes and a button and try to pass values from the textboxes into SQL Server by using Save Button Can any one please tell me do i write some code on save button or i bind the textbox with the SQL Server fields as i bind the fields in VB.NET
|
| VSS keeps adding Web Site's bin dir... | 05 Dec 2006 12:53 GMT | 4 |
Any way to make this stop?
|
| Rolemanager | 05 Dec 2006 12:52 GMT | 7 |
I have the following settings for my Rolemanager roleManager enabled="true" cacheRolesInCookie="true" cookieTimeout="30" cookieSlidingExpiration="true" cookieName=".ASPXROLES" My Expectation was that any hit to the database after the initial load
|
| set focus | 05 Dec 2006 12:44 GMT | 1 |
hi..suppose there is only one textbox in the form and one command button... can anyone tell me how can i setfocus of textbox when page is load? should i do that by java script?please send me coding how to do that?
|
| Radiobutton item template | 05 Dec 2006 12:40 GMT | 3 |
I've a radiobutton as an ItemTemplate in one of my columns in GridView that is loaded from dataset, How can I goup my RadioButtons in my column the way that only one RadioButton in my column to be selected. Thanks
|
| Error message page | 05 Dec 2006 12:21 GMT | 2 |
How do I set an error page e.g. "An error has occurred" Instead of showing all the details of the error to the end user...... TIA
|
| aspnet_compile - why this bug? | 05 Dec 2006 12:02 GMT | 1 |
Hi; I am building using MSBuild and the <MSBuild ... /> task and getting the following: ASPNETCOMPILER : error ASPCONFIG: Could not load file or assembly
|
| Databinding ImageUrl urlencodes characters | 05 Dec 2006 11:56 GMT | 2 |
I have an <asp:Image> control in which I am databinding the ImageURL attribute. The URL is another ASPX page that provides the binary source of the image, The problem is that ASP.NET is insisting on HTML encoding the URL
|
| Classic ASP & Ajax | 05 Dec 2006 11:46 GMT | 1 |
Some one can suggest me what is the best component used for good old Classic Asp? Thanks Luigi
|
| Check One CheckBox To Check All CheckBoxes | 05 Dec 2006 11:35 GMT | 10 |
All the rows in a DataGrid, including the Header, are accompanied with a CheckBox. I want that when the CheckBox in the Header is checked, then all the CheckBoxes should automatically get checked. I set the AutoPostBack property of the CheckBox in the Header to True & am
|
| filling dataset from data displayed on Gridview | 05 Dec 2006 10:13 GMT | 4 |
Hi.. As we are assigning gridview's datasource to sqldatasource/dataset/datatable..similarly is the reverse of this mechanism possible ?i.e. means get the displayed data from datagrid and fill another dataset with these data....Plz help in solving this
|
| IsInRole problem | 05 Dec 2006 09:59 GMT | 1 |
I have a strange problem with my asp.net application. I am using the following code to see if a user is in a windows group: if(!System.Threading.Thread.CurrentPrincipal.IsInRole(System.Configuration.ConfigurationSettings.AppSettings.Ge(@"WindowsGroupForVaspUsers"))) I also have ...
|
| Add title to page | 05 Dec 2006 09:55 GMT | 3 |
How can I add the <title> tag inside the <head> of the page and set its value all at runtime? Thanks, Miguel
|