| Thread | Last Post | Replies |
|
| tooltip for treeview in asp.net 1.0 | 30 Mar 2006 11:53 GMT | 3 |
how to show tooltip for the tree nodes in the treecontrol of ms web controls in asp.net 1.0
|
| Dieresis in the Params of an ASP.NET page | 30 Mar 2006 11:27 GMT | 1 |
When I try to get the parameter from an ASP.NET page, all characters with a dieresis disappear. So when I request the following URL: http://www.MyWebsite.com/MyPage.aspx?Name="Müller" and I use the following C# code:
|
| Get the LEFT and TOP position of Image | 30 Mar 2006 11:18 GMT | 4 |
how can I get the style of LEFT and TOP of an Image in ASP.NET ? thanks
|
| DetailsView image update trouble.(Urgent help needed) | 30 Mar 2006 11:10 GMT | 3 |
I have an image file name in a table that a let users modify via a GridView/DetailView pair. * The actual image file is saved in the image folder of the application. But the image is rendered in a templatefield 's <itemtemplate> on the
|
| How to set value of a SqlDataSource parameter in HTML code? | 30 Mar 2006 11:03 GMT | 2 |
I have a gridview with a SqlDataSource. One of the parameters I need to use in the update is the logged on person. The parameter was created automatically, but I need to override the value with the "new" person doing the update (e.g., sUser).
|
| show highlighted selection | 30 Mar 2006 11:01 GMT | 1 |
I have a drop down and based on the selection picked items in a list box are selected. When the items are selected how can I show them at the top of the list box instead of having to scroll through and find them?
|
| phantom records | 30 Mar 2006 10:44 GMT | 9 |
I realize that this is strictly speaking not an ASP.NET question, but since most of you people out there SQL gurus as well, I hope you will bear with me on this occasion: I would like to know how to create a "phantom" record when running a
|
| Custom event in design-time Events tab for a Web user control | 30 Mar 2006 10:43 GMT | 3 |
Folks, I am implementing a WebUserControl, which will have its own custom event StateChanged. Now, I want to add this event to the Events tab in the control properties, so that the users of my control can set the event handler from
|
| how to select a full row in a gridview | 30 Mar 2006 10:34 GMT | 1 |
how to select a full row in a gridview
|
| Alternate of file upload HTML CONTROL? | 30 Mar 2006 10:21 GMT | 1 |
is there any alternate of THML file upload control...? can we get stream from the fileupload control to save it temporarly in session and then later on saving to some directory...
|
| Web.sitemap localization | 30 Mar 2006 10:20 GMT | 5 |
I have tried to localize my Web.sitemap file using implicit localization but it doesn't seem to work. What I have done until now: I have created a sample Web.sitemap file:
|
| Membership via ASP.NET 2.0 | 30 Mar 2006 09:37 GMT | 2 |
Am trying to get the hang of ASP.NET 2.0 and am looking at membership . Once a user has created a new account via the wizard, how can I get the UserID? Want to do this as will be able to add a linked table to store additional
|
| Formating a date field in ASP .Net 2.0 detailview | 30 Mar 2006 09:36 GMT | 2 |
Okay, I am using a detail view to display some data. Two of the fields are date fields. I can't seem to get them to display properly. I have tried a variety of options in the DataFormatString property for the columns in question, but nothing is working. Is there a particular ...
|
| NET 1.1 in Visual Studio 2005? | 30 Mar 2006 09:30 GMT | 9 |
I have Visual Studio 2005. My customer needs Web application in NET 1.1 My customer cannot upgrade to 2.0 because some server software is not compatible with it. Any suggestions?
|
| SQL Server and ASPNET account problem | 30 Mar 2006 09:10 GMT | 1 |
My web form accesses a sql server database but I get an error message that I cannot login to the database with the ASPNET limited account. Is there a way to either configure the ASPNET account so that I can login or change the login details?
|