| Thread | Last Post | Replies |
|
| Request.Browser.JavaScript is Obsolete | 13 Jun 2006 23:29 GMT | 4 |
I am trying to detect the client browser wether or not it supports javascript. Usually we use Request.Browser.JavaScript but now it has become obsolete in .NET 2.0
|
| where did the methods for a component go??? | 13 Jun 2006 23:15 GMT | 1 |
Using VWD 2005 here... I have a GridView and for usability, the edit template for one of the columns was changed from the defaut to a calendar control. Also, I have some content which I want to add to the calendar...
|
| Session Timeout question. | 13 Jun 2006 22:41 GMT | 2 |
I am a little confused on how Session Timeout is handled. Does the session timeout counter get reset on each postback or is it always counting down until it expires regardless of postbacks?
|
| VSnet 2005 application for Dotnet1.1? | 13 Jun 2006 21:52 GMT | 1 |
Is there a way to make applications written in VSNET 2005 work in servers that only support dotnet1.1? I upgraded, then found out that the servers I use only support 1.1. Thanks,
|
| AllowSorting dosn't work | 13 Jun 2006 21:48 GMT | 2 |
Any suggestion why I added the columns manually at design time then at run time I set the data source and I bind it but the headers don't appear as Hyperlinks Thank you,
|
| Commercial use of applns in VWD possible? | 13 Jun 2006 21:41 GMT | 2 |
I have downloaded freely available express edition of Visual Web Developer for application development. Can I commercially market the product without having any license issues? any information on this will be helpful
|
| Get onload to occur first before Page_Load | 13 Jun 2006 21:21 GMT | 2 |
I have a form with a javacript function that I wish to call before the Page_Load event on the server side. The function is called in the onload of window (ie. window.onload = "myfunction()" Is this possible? If so how, If not is there a workaround ?
|
| multiple web sites in a solution | 13 Jun 2006 20:54 GMT | 1 |
I have multiple web sites within a solution. All web sites are on the same server. I can't seem to find a way to navigate between the web sites. Do I have to specifiy the full URL, or can I use a relative path identifier in order to
|
| can i run script with <% .. %> tags from inside XSL? | 13 Jun 2006 20:51 GMT | 1 |
I would like to call a method of my code from within XSL but it does not seem to like the presence of the '%' character inside the xsl. Basicly the XSL loops through an XML writing url's into links on a menu... I have a method that when passed a URL encrypts the query string ...
|
| validation of viewstate MAC failed | 13 Jun 2006 20:42 GMT | 2 |
I have a web form developed in VS 2005 (VB) which I need to post to a web form developed in VS 2003 (VB) which is on a different server. There is no web farm or cluster involved. There is an html button which calls a javascript function which submits a
|
| Server Application Unavailable | 13 Jun 2006 20:41 GMT | 7 |
I am facing "Server Application Unavailable" problem with .NET Framework 2.0 Earlier Framework was working fine, but one fine day it stopped working for particular application. Where as other application running under
|
| Data Access using Enterprise Libraries | 13 Jun 2006 20:36 GMT | 7 |
I am trying to use the Enterprise Libraries created by Microsoft to update a DB2 database and am stuck. I need to be able to Insert, Update and Delete records from the DB2 datbase tables. I can use the UpdateDataSet method to do this, but I am not sure how to use it. I have ...
|
| What is smart navigation | 13 Jun 2006 19:57 GMT | 3 |
I thought that the term, was referring to the browser remembering for example the scroll bar position However my page's SmartNavigation property is set False but the feature seem to work
|
| Help with atlas | 13 Jun 2006 19:38 GMT | 8 |
I can't seem to find any info on calling a webservice with atlas and populating a gridview with the results. All the doc shows on the atlas website is alert. Who would want to alert? Please assist?
|
| Applet with ASP .Net v2.0. | 13 Jun 2006 19:11 GMT | 1 |
Hello World, I want to use a web control like an applet. On my Html page, we can see the lines <object id="myID" height="150" width="300"
|