| Thread | Last Post | Replies |
|
| gridview paging | 07 Sep 2007 17:22 GMT | 1 |
How do I get paging to appear in a gridview even when there is only one page? The gridview I have only shows the page numbers if there is more than one page.
|
| getElementById doesn't seem to work | 07 Sep 2007 17:06 GMT | 29 |
I have an aspx window that is calling another window and I am trying to get a couple of objects from the opening page. The problem is that I can't seem to get anything inside of my form. I have the following in my opener page:
|
| Format String to Currency | 07 Sep 2007 16:56 GMT | 3 |
I've seen many post regarding this, but I have yet to find what I need. I have a string that can contain numbers as well as text (legacy data was poorly designed and I have to deal with it). In the instance that the string is a number, or decimal i would like to
|
| Windows authentication. | 07 Sep 2007 16:23 GMT | 2 |
I am using windows authentication for my web application. Some how i am not able to get what i want from it. I want to authenticate the users only when they are logged in to the system using there domainname \username i.e., when they are logged into the domain. If suppose a
|
| ASPNet HyperLink StausBar question | 07 Sep 2007 16:18 GMT | 1 |
In my ASPNet 2.0 C#.Net, I have a string manipulation for a HyperLink as string strHLink= "<a href=\"" + HyperLink1.NavigateUrl.ToString() + "\">" + HyperLink1.Text.ToString() + "</a>" But how do I set the StatusBar to a special string for that strHLink to
|
| Counting number of users logged in | 07 Sep 2007 15:51 GMT | 8 |
What would be the best way of counting the number of users who are currently logged on to a website? I am making the users login against a database of valid users. Would the best way be to add a bool field to the table and set each user to 1 if they are logged in, and 0 if they
|
| Debugging .net1.0 dll from ASP.NET 2.0 web application | 07 Sep 2007 15:42 GMT | 1 |
We are having a ASP.NET2.0 web application which has been migrated from .NET 1.0 . This web application refers .net 1.0 interop dll . Is there any way to debug the .net 1.0 interop dll from the ASP.NET
|
| Dialog boxes with ASP | 07 Sep 2007 14:37 GMT | 5 |
I am trying to initiate a dialog box in an ASP web page. The code does some processing and checks a few things, then if all is OK, asks the user to confirm. For this I need it to pop up a simple OK/Cancel dialog box, read the result, and act accordingly.
|
| Edit Buttons in a datagrid | 07 Sep 2007 14:29 GMT | 2 |
I have an ASP:EditCommandColumn and a ASP:ButtonColumn, both of which are within a datagrid and this in turn is inside a Form tag (See code below). When I run the app i get the message Control 'PageImages__ctl2__ctl0' of type 'Button' must be placed
|
| Gzip weirdness | 07 Sep 2007 13:50 GMT | 4 |
I tried using a custom Http Module to Gzip pages since my host wont enable GZIP via IIS. What i found was that page size actually increased - the increase came from the images. The total size of the 15 images on the page increased by about 15K with Gzip enabled using the Http ...
|
| how do I make an app.config available at design time? | 07 Sep 2007 13:31 GMT | 2 |
What's the best way to make information in an app.config file available at design-time, in the 2.0 web forms designer? Paul
|
| Sending mail from ASP | 07 Sep 2007 13:14 GMT | 2 |
I use the following for sending mail from ASP, but there is a problem - it goes to a intranet thing (eRoom) which does not read it, while Outlook etc does not have any problems. eRoom does simply not read anything but the from and subject. The body
|
| Autocompleteextender issue | 07 Sep 2007 12:54 GMT | 1 |
Currently I am using an autocomplete extender for a textbox. This works fine, the data is fetched from a database and the hits are shown as customer names when typing in the textbox. However, the problem is that I would like to show in which field the corresponding search text
|
| HowTo Schedule ASPX page to Run Automatically | 07 Sep 2007 12:47 GMT | 2 |
Hi. How can I schedule an ASPX page to execute every hour? I know this request is odd & there are plenty of better ways to accomplish running an automated task every hour. That being said, is it possible to do this? Basically I have an ASPX page that, when opened, POSTS new ...
|
| closing connection in web application. | 07 Sep 2007 08:59 GMT | 1 |
I am new to asp.net. I am developing one application. I want to open and close connection for session. Means when user first time logged in i want to open connection and store that in session. and when user logged off close connection. But what if user IE only. How will i
|