| Thread | Last Post | Replies |
|
| GridView Show Header | 08 Feb 2008 22:52 GMT | 4 |
I am using GridView in my web form and binding DataTable in code behind file as given below. gvUsersList.DataSource = dtUserList; gvUsersList.DataBind();
|
| FormsView | 08 Feb 2008 22:42 GMT | 1 |
I have a FormsView where I want to let the user edit user information for their account. I have entered a adefault user with the name "username" so I can fill an empty form. For the old site I used Session cockies to save information about username
|
| simple question | 08 Feb 2008 22:16 GMT | 4 |
I'm finally trying to use asp.net I would appreciate any code sample on how to translate the following code that opens an access database: dim mydsn
|
| Mystery: Validators don't always validate ? Can unrelated Javascript stop them ? | 08 Feb 2008 21:34 GMT | 1 |
Hi. I'm struggling to understand what's happening here: I have the following HTML: <script language="javascript" type="text/javascript"> function ShowConfirm1()
|
| ActiveX File Upload | 08 Feb 2008 21:04 GMT | 5 |
Hello all, I am thinking about writing my own ActiveX File upload control in order to try and speed up files being uploaded / FTP'd to my webserver. My first question is, will this make a difference in the speed of the files being uploaded? Second, does anyone have any pointers ...
|
| Exec function from user control.. | 08 Feb 2008 20:23 GMT | 3 |
I'm using ASP.net 2.0 with C#. I have a user control with 4 buttons on it. I want to execute a function on the main form's code behind page from the click event of the user control button. How do I do that? Thanks.
|
| Sending Mail from asp.net for Gmail ID | 08 Feb 2008 19:50 GMT | 9 |
Im trying to send mail from asp.net page to gmail account. Im trying to do this with the help of below code, but cant archive it. MailMessage message = new MailMessage("xxx@gmal.com", "xxx@gmal.com",
|
| Datagrid problem | 08 Feb 2008 19:03 GMT | 1 |
I have created a datagrid in visual studio using C#. The dock is set to none. The datagrid has 4 rows initially and scrollbar is enabled. when I scroll down after the 4 rows I can see an empty space. I have handled this problem using scroll event, but when I add another row I
|
| HTML question | 08 Feb 2008 18:52 GMT | 2 |
I have a status bar which I use javascript to update with progress. I take the duration of the event and calculate the % which is complete and then use that as the width attribute for a <td>. There are two <td>'s, the first for the completed progress and the second to hold the ...
|
| Button Color on focus | 08 Feb 2008 18:48 GMT | 3 |
I am making an ASP.NET page to run on a handheld scanner. The screen is pretty small and when you use the tab button to move from button it is hard to tell what button the tab index is on. Is there a way to change the color of the button when that button was tabbed too?
|
| WebClient, DownloadFile, OpenRead Does not retrive last modify file | 08 Feb 2008 18:46 GMT | 4 |
I am using... WebClient Client = new WebClient (); Client.DownloadFile(url, filename); Or
|
| Option for .NET version 3.5 not in IIS Manager? | 08 Feb 2008 18:45 GMT | 5 |
I am upgrading my web app from VS2005 to VS2008 (using VB). I opened the project in VS2008 and selected the 3.5 version of NET framework. The project compiles and runs fine on my Dev machine (which of course had the new framework installed with VS 2008). I have noticed some ...
|
| Recursive Find Control | 08 Feb 2008 17:40 GMT | 1 |
I need a recursive find control down the control tree. I have created some code and also found a few examples online. However, I am having some problem to decide which one to use because I think if this code is not well done it can slow my web site.
|
| stroing a string into xmlelement and vice versa | 08 Feb 2008 16:53 GMT | 1 |
this is a string "<SXPServerGetObjectsResult><Objects><Task><District Key="258627584">NL KPN</District></Task></Objects></SXPServerGetObjectsResult>" i want to store this into a xmlelement variable for further processing
|
| web site protection | 08 Feb 2008 15:42 GMT | 3 |
We're planning on a porting project from client-server to browser-based. The client-server application has a critical built-in security mechanism we'd like to bring over to a web browser. It reads from a set of control
|