| Thread | Last Post | Replies |
|
| Are there any non data bound controls left? | 29 Oct 2007 21:08 GMT | 3 |
I'm trying to convert a windows app to ASP.NET using VS2005. I have some web experience, but not much. 99% of the time if I need to display data in a table in my windows apps I use a ListView object and populate it manually using code like this:
|
| HyperLink, JavaScript and PostBack | 29 Oct 2007 20:41 GMT | 1 |
Hello - I'm trying to dynamically change an asp:HyperLink's text through JavaScript, and finding that the new value that's set in JavaScript doesn't get posted back. I've tried to explicitly set EnableViewState to "True", but that doesn't help. Is there a better
|
| Set Focus to control after postback | 29 Oct 2007 20:07 GMT | 1 |
I am usingVB with .net 1.1 and I wish to set focus to a textbox after the autopostback event of a dropdownlist. When the user changes the selection of my dropdownlist an onchange event occurs and the form does autopostback. After the on change event I need to set focus to the ...
|
| Podcasts with ASP.NET | 29 Oct 2007 19:41 GMT | 4 |
I've been asked to add a podcast to an existing public ASP.NET v2 website. The audio files will be fairly small initially. Can anyone please tell me: 1) Is this something which is possible in ASP.NET? I'm not even sure that
|
| Generating text files | 29 Oct 2007 19:40 GMT | 4 |
Hi, I have to do a LayOut text files, to send to a financial institute... Each line has defined columns, example position 1 lenght 2 - string content / position 3 - date content (ddmmaaaa)... numeric contents (15,2), etc Do you know the best form doing that? any examples? ...
|
| Two problems with ASP please help | 29 Oct 2007 18:55 GMT | 1 |
First problem. I receive a byte array that is a word document that I reconstruct in the response buffer, no problem. What I want to happen is to display this Word document in a new browser window not in word. Here is the code I have tried so far (complete code at end of post):
|
| building horizontal line dynamically | 29 Oct 2007 18:01 GMT | 3 |
hey all, what's the best way to build the html horizontal line dynamically and then add it to myPanel? thanks,
|
| System.io. in VS.NET 2005 debug | 29 Oct 2007 17:45 GMT | 2 |
I have a website set up this way... http://localhost <- project root. http://localhost/Files <- vir dir (not application. just vir dir) with write permissions.
|
| life of mywebapp.dll | 29 Oct 2007 17:38 GMT | 2 |
Whats happens if I overlay mywebapp.dll in iis 6.0 with a newer 1.1 version without stopping the site. What happens to the users currently logged in? Thanks.
|
| Quick question about the default flow-layout of VS.NET 2005 webform designer and web controls. | 29 Oct 2007 17:09 GMT | 1 |
So I have a new WebForm created in VS.NET 2005 that's in the default "flow layout". I have a dropdown list box followed by HTML break- return <br> tags and two two text boxes, below the text boxes I have a command button.
|
| Issue with SQLCacheDependency | 29 Oct 2007 16:46 GMT | 1 |
Hey Guys, I have been struggling with this for few days. when i use SqlCacheDependency sqlDependency=new SqlCacheDependency("test","dbo.USStates");
|
| GridView forcing wordwrap | 29 Oct 2007 16:18 GMT | 1 |
I have a GridView with column widths defined as percentages however if a column has a row that is longer than the defined width the column width increases to compensate. If I turn Wrap on this works but only if there are spaces in the text.
|
| How to call aspx method from ascx? | 29 Oct 2007 16:13 GMT | 4 |
|
| SQLEXPRESS requirement? | 29 Oct 2007 16:11 GMT | 2 |
I'm using VS 2005 Professional with MS Visual Web Developer installed; my question is whether I HAVE TO have SQL Express installed on the same machine. I keep hitting problems where the root cause seems to be that an instance of SQL Express cannot be found.
|
| drop down list events | 29 Oct 2007 16:01 GMT | 4 |
I have 2 drop down list; my first ddl contains the list below: A10 A20 A30
|