| Thread | Last Post | Replies |
|
| Prompt user for connection string | 07 May 2007 20:39 GMT | 8 |
I am using SQLDataSources with the connection string hardcoded in the web.config file under the connectionStrings element. However, I want users to be able to enter a username and password on a login page which I want to subsequently use in the connection string. Is that possible?
|
| Serialize a base class? | 07 May 2007 20:34 GMT | 1 |
Howdy, A little background, using asp.net 2.0, i'm using a wizard object to create a email interface for a user to email out their clientele, about 200 or so, depending on the selection. The first step in the wizard is the email
|
| Displaying binary characters on browzer? | 07 May 2007 20:29 GMT | 1 |
I am developing an application in asp.net, Visual C# (background) and ATL COM Component. I am using com component in asp.net page code behind (like default.aspx.cs).
|
| The right DOCTYPE? | 07 May 2007 20:23 GMT | 1 |
I haven't given much thought to DOCTYPE before. I have a vague idea of what it is and why it's there: to tell the browser what rules to follow when rendering the page. I have a ASP.net 1.1 application that has a little added JavaScript in
|
| Determine RAM using Web Application... | 07 May 2007 20:13 GMT | 5 |
I need to know if there is a way to determine the amount of RAM that a person has on their workstation from a web application. We are using BrowserHawk to mine HTTP information but I also need to know amount of RAM. Is this possible?
|
| Formview edit displaying the same record even when I change the parameter | 07 May 2007 19:18 GMT | 1 |
I have a treeview control, which I use to select a row in a table which will be used to populate a formview. Depending on what node is selected in the treeview I want the formview to be either in update or insert mode. Protected Sub tvwmenu_SelectedNodeChanged(ByVal sender As ...
|
| Problem with dataset crashing my app | 07 May 2007 18:56 GMT | 7 |
using C# asp.net 1.1 I am having a problem. If I use the code below, but have null passed as the PostingGuid, then by the time I get to fill the dataset, I have "an object is not set to an instance of an object". This then totally knocks out any
|
| emulating window.focus in Body onload() event and setting focus to a control on same page | 07 May 2007 18:54 GMT | 4 |
Here's the scenario: I have a web application that has window A and window B. A user has both window A and B open - window A is in the foreground and window B is behind it.
|
| Explorer like app in .Net. | 07 May 2007 17:37 GMT | 4 |
We want to create an explorer like application for documents we keep on the web. Ideally there would be a treeview on the left with a list of documents and when a person clicks on the file, it would load in the right page. Question is how to do the right side? I've seen code ...
|
| Windows Authentication - roles, etc | 07 May 2007 16:29 GMT | 5 |
I have a new application I need to do here at work - - however, they want several things I don't know about and I would like pointers toward the right direction for learning. Built on Windows authentication, and based on the person logged in, I need
|
| updations with data grid | 07 May 2007 16:19 GMT | 2 |
hi every one! i have used the datagrid control to display the data from the database on the asp.net form.now i want to update insert,the data displayed in the datagrid.how i can do it?any one have idea about it
|
| Multiple Tables as SqlDataSource | 07 May 2007 15:56 GMT | 2 |
The informations of our customers are saved in two tables: Customer: ID, CustomerNumber, ... + Person_ID Person: ID, Name, ... I want to have an editable GridView displaying all the data and being
|
| unable to start debugging on the web server | 07 May 2007 15:49 GMT | 4 |
A few weeks ago I was able to run remote debugging from my local machine (VS 2005 XP sp2) but now I get the following message: unable to start debugging on the web server. logon failure: unknown user name or bad password
|
| GridView - New row? | 07 May 2007 15:40 GMT | 1 |
I'm wondering how to get the New button to work in the GridView? What event do you trap for this? I've gotten the Edit and Update buttons to work, but the New button doesn't appear to do anything? Does anyone have an example of how to use it?
|
| advantages of State Server over InProc server | 07 May 2007 15:39 GMT | 4 |
What are the advantages of using ASP.NET's session state server service over using InProc state sessions? Also if you have a state server service running, is there any way to find out when a session ended? with the inproc ones you can use the global.asax's session_ended method...
|