| Thread | Last Post | Replies |
|
| Javascript being called from ASP with c# codebehind.....Problemo | 26 May 2004 10:39 GMT | 1 |
As a real novice trying to get to grips with c#.NET and html. I have created a simple showdialogbox which is called from within a webpage.aspx, I pass values to it from the main page and i also retrieve values from the ones entered in the dialog box:
|
| Determine a JavaScript function caller. | 26 May 2004 09:49 GMT | 6 |
Is it possible to determine the control ID of web control that calls a javascript function. I saw a javascript function <FunctionName>.caller that would seem to do what I'm after but it appears that this functionality has been deprecapted. Is
|
| newbie problem | 24 May 2004 21:50 GMT | 1 |
can sombody help me please public void bindGrid ( ) { string ServerName = "xx"; // SQL server name
|
| Progress Meter on One ASP.NET Page | 21 May 2004 17:02 GMT | 1 |
Hi, I've read an article or two on how to do a progress meter type of ASP.NET page. But, these solutions always included an intermediate page for the progress. My long-running page is the first page (I'm doing a number of validation checks, etc.), so I'd like my one page to ...
|
| Time to refresh the page | 21 May 2004 14:04 GMT | 2 |
Sorry for the bad english. I will try to explain my doubt. I have a repeater control that needs to display some items. On each line of the repeater, one field has a time counting. When each of these fields reachs zero, the page needs to be refreshed.
|
| Style sheets don't work in ASP.NET | 19 May 2004 12:33 GMT | 2 |
I'm writing a site in ASP.NET and for the life of me I can't get the stylesheets to work. I have included the stylesheet in the <HEAD> tag: <LINK href="Styles.css" rel="stylesheet" type="text/css"> The control is:
|
| Browser Compatibility Issues | 17 May 2004 05:39 GMT | 2 |
We are dealing with significant browser compatibility issues with Netscape 5.x+ browsers and Mac IE. I am sure most web developers have faced similar issues in the past. Can anyone give me their thoughts on how they were able to address these issues ? Are there any best practices ...
|
| Passing varibles from jsp to asp with CR in varibles. | 13 May 2004 19:55 GMT | 1 |
Hi, Hope someone can help me with this; I have an application that uses jsp and asp the jsp calls the asp code to do a database update with information collected from a form, the variable taInfo can contain a CR from user data entry but this causes a stack overflow error in IE ...
|
| cannot find microsoft.web.ui.webcontrols | 10 May 2004 21:20 GMT | 1 |
(Type your message here) hi everyOne, i want to use treeview and this is my first step dealing with treeviews but my problem is that i cannot find this "microsoft.web.ui.webcontrols" and i don't know what to do to get it ,i try to add reference but it didn't make it :( ,so can any ...
|
| IE-hosted controls name length limitation | 05 May 2004 18:53 GMT | 1 |
I was recently toying with IE-hosted Windows Forms controls (instantiated via <object /> tags in HTML) and ran across a surprising (and unfortunately, showstopping for my intended uses) limitation. Evidently, the class name (including the namespace) is limited to 50
|