| Thread | Last Post | Replies |
|
| regular expression question | 28 Jan 2007 10:03 GMT | 3 |
I posted this in the c# newsgroup by mistake initially... I am a newbie to regular expressions and want to extract a number from the end of a string within an HTML document. The string would have these formats: image/4567
|
| Intellisense for xslt | 28 Jan 2007 04:50 GMT | 1 |
Does Visual Web Developer 2005 Express Edition offer intellisense for xslt files? If so, how do I go about turning it on? Thanks, Roshawn
|
| File Download Dialog on Page Load | 28 Jan 2007 01:02 GMT | 1 |
I'd like for the file download dialog to be launched upon page load. The workflow or behavior is exactly the same as sourceforge's. I've searched on google to no avail. Any help would be appreciated. Thanks.
|
| redirect user after login succeeds | 28 Jan 2007 00:56 GMT | 1 |
what is property to redirect user after successful login ? <asp:Login ID="Login1" runat="server" ?????
|
| Trying to retrieve a value after the user clicked the update button | 27 Jan 2007 23:57 GMT | 1 |
The following code returns "" even if there is a value in the textbox s = CType(dg.Rows(e.RowIndex).Cells(0).Controls(0), TextBox).Text
|
| reinstalling a web app? | 27 Jan 2007 23:54 GMT | 1 |
I have a web app (asp.net) that I've created a setup wizard project inside the solution, for creating the setup.exe and msi files to distribute the app to another server. On first time installation, this setup works fine, but after that, if I make changes and need to
|
| VStudio 2005 SP1 | 27 Jan 2007 20:50 GMT | 3 |
I have downloaded it from MS site. Does it really take it that long to install? Because the setup process, after the first screen, seems to be not responding. Is there any bug in the setup file?
|
| Incorrect syntax near '*' | 27 Jan 2007 20:01 GMT | 5 |
Hallo zusammen, I have an app. with SQL-Server. The same page worked fine with Access-DB. Now I have a problem with this command: Dim strSQL As String
|
| can i capture the microphone voice with asp.net c# ? | 27 Jan 2007 19:55 GMT | 4 |
i only want to know can i capture the microphone voice with asp.net c# ? like voice mail
|
| Question: | 27 Jan 2007 19:54 GMT | 3 |
I have seen sites that show a progress bar or a hour glass until the page is rendered. How can i do that i .net? Thanks Manny
|
| An easy operator question | 27 Jan 2007 19:37 GMT | 3 |
Is there a smarter .NET way of doing the logical operation If i > 0 And i < 6 Then - or is that it? Regards /Snedker
|
| Unable to get SQLConnection to Open() in BackgroundWorker | 27 Jan 2007 19:32 GMT | 9 |
In my ASP.Net app I'm launching a BackgroundWorker thread in my Page_Load function. In that thread I'm attempting to connect to a SQL server using this connection string "Initial Catalog=MyDB;Data Source=MyServer;Integrated Security=True;".
|
| SqlDataSource and dropdown | 27 Jan 2007 19:22 GMT | 1 |
Hello, I am new to asp.net and I am in need of help. I have a dropdown that is attached to a SqlDataSource (DataSourceID). The dropdown has one column shown as text and another hidden as the value. However my SqlDataSouce returns 3 columns but I am only using
|
| prevent image scaling for high dpi displays | 27 Jan 2007 17:50 GMT | 3 |
I need your help. Internet Explorer 6+ has a registry setting (UseHR) that will automatically scale images for displays with high resolution (DPI). I am building a web based monitoring application that has some very
|
| How and when can I access the controls in the pager row? | 27 Jan 2007 16:13 GMT | 5 |
I have a FormView control in which I use a PagerTemplate. I am having trouble accessing the controls in the PagerTemplate. How do I access them, and in what event should I put the could that accesses them? My current code is as follows:
|