| Thread | Last Post | Replies |
|
| update gridview only | 04 Oct 2007 22:26 GMT | 1 |
How can I 'refresh' my gridview without refreshing the entire page? I have a button that allows the use to execute a query and then the results are shown in the grid once its done. The thing is the user has to click the refresh button on the browser or close IE and open it back ...
|
| Debugging classic ASP | 04 Oct 2007 22:24 GMT | 1 |
I am using Visual Studio 2005 for my .Net web apps. I have some older ASP web apps that I can edit fine in VS 2005 but I can't seem to debug them like I can with my ASP.Net pages. Can anyone point me to steps I need to take to be able to debug classic ASP (VBScript) pages in VS ...
|
| AIM Express | 04 Oct 2007 22:16 GMT | 1 |
Checkout the link http://www.aim.com/aimexpress.adp and click the lunch aimexpress. they are written by ASPX. I am wondering do they use AJAX only or do they use some fancy javascript with RPC?
|
| Web Site to HTTPS | 04 Oct 2007 22:15 GMT | 11 |
Is there a set up in IIS 6.0 on W2K3 that can automatically switch my users from http to https. I know there are scripts that can be added to do that. But is there a universal setup in IIS to do so. if not will a future IIS
|
| Master page from SubFloders | 04 Oct 2007 22:02 GMT | 16 |
I have a web page in a subfolder that inherits a Master page at the root. the webpage in the subfolder can not see the Master page. This is what I have in my webPageThatIsInSubfolder.aspx MasterPageFile="~/myMasterPage.Master"
|
| Upgrade web ASP.net 1.x to ASP.net 2.0 | 04 Oct 2007 21:32 GMT | 1 |
I build the ASP.net application from VS 2003 to VS 2005. When I uploaded the dlls and aspx files it 's giving an error of not able to locate the c sharp files. Is it compulsory to upload the csharp files??
|
| Need Help With Simple Table & Datasource | 04 Oct 2007 21:21 GMT | 2 |
Hi, all. I have a simple page that I want to creat that displays a table from a collection of objects that I have in memory. I'll need to set each row's background color on the fly,
|
| selectSingleNode( "a path where names include parentheses") proble | 04 Oct 2007 20:32 GMT | 4 |
I'm trying to execute selectsinglenode(string_var) where where string_var contains the value ".//NetIncome(YTD)_Member/Series[@type='data']". The opening and closing parentheses are literals (not defining a function or serving a grouping purpose). I get an error:
|
| Download timeout after ~15 min | 04 Oct 2007 20:31 GMT | 2 |
Hi all, I'm having a terrible time downloading a file from IIS5 when the site is using .net 2.x. Web page: <html>
|
| Any way to tell what field last had focus? | 04 Oct 2007 19:43 GMT | 1 |
Is there a way to tell what the last field was that had focus? Specifically I want to have it so that when a person clicks off of a field with autopostback=true, I want to know the field they went to and set the focus for that when the page reloads.
|
| Property | 04 Oct 2007 19:40 GMT | 1 |
I have a property of type string: ' RegEx Private _RegEx As String Public Property RegEx() As String
|
| Simple question - C# includes | 04 Oct 2007 19:34 GMT | 2 |
Im guessing this is a really simple question. How do server-side includes work in c#? For example, I have a swtich statement and depending on its output, I want to include different files. I had the code in VB and then tried to port it over but I just cant find the C#
|
| Can we use dropdownlist control in Datagrid control? | 04 Oct 2007 19:09 GMT | 2 |
Can we use dropdownlist control in Datagrid control? Regards, Bhuwan
|
| How to Share Session State Between Classic ASP and ASP.NET | 04 Oct 2007 19:02 GMT | 2 |
I was wondering if anybody has been able to get the code for this article to fully work? I can get the asp.net code to increment the counter and create a record in the SessionState table but I can not get the classic ASP test page to increment the counter at all, also the classic ...
|
| RegEx | 04 Oct 2007 19:01 GMT | 5 |
This might be a strange question but what should be the RegEx expression that accepts everything? Thanks, Miguel
|