| Thread | Last Post | Replies |
|
| SQL Server session not working... | 14 Jun 2006 20:45 GMT | 4 |
I was using session mode as "InProc"(entered in web.config). I have deployed my ASP.NET appln. on a server which uses Load Balancer. i.e I have two servers. I am using session across pages.The problem I was facing is that sometimes I find the session and sometimes not. I beleive ...
|
| GridView /// Hiding a BoundField value | 14 Jun 2006 20:28 GMT | 3 |
<asp:BoundField DataField="MyDate" DataFormatString="{0:d}" HeaderText="My Date" /> I have a BoundField being populuated with the "MyDate" column. The MyDate is in a strongly typed DataSet. The values of course come from
|
| GridView Footer - Put a link into the Edit / Delete column | 14 Jun 2006 18:51 GMT | 2 |
I would like to put a link into the Footer of the first column of an ASP.NET 2.0 GridView. By first column I mean the column where it normally displayes the Edit and Delete link. I've built the Insert functionality into the footer, but I only wanna
|
| How to open and modify excel spreadsheet on the server? | 14 Jun 2006 18:45 GMT | 2 |
Does anyone know how to open and excel spreadsheet on the server and make changes to it and then re-save it? I am trying to do this from an asp.net web page using OWC11. Thanks.
|
| WebClient | 14 Jun 2006 18:43 GMT | 1 |
I need to post a form to an external URL, get a repsonse, then repost to an external URL and redirect at the same time. I can figure out step 1 and step 2 fine but I cant seem to figure out how to send a form and send the client to the external url at the same time. Can anyone help?
|
| How to refresh calling window from a popup window | 14 Jun 2006 18:25 GMT | 3 |
I have a form with javasript which launches a popup via the showModalDialog() method. I get the dialog to open, now I am trying to first get a reference to the calling form from the popup and then do a refresh of the calling form. Any ideas on how to get a reference to the calling ...
|
| FormsAuthentication timeout and losing page state | 14 Jun 2006 18:18 GMT | 1 |
I have a page that the user enters some data into - textboxes and choosens some options out of checkboxes and listboxes. However there is often a delay between when they make the last amendment on the page, and when the hit the Update button. Often the Update is requested after ...
|
| Data Repeater :: Can you? | 14 Jun 2006 17:47 GMT | 2 |
Hi all... I've been training a little on the whole ASP.NET and would like to know how someone would use the data repeater like this: For example, I have some data coming from a table and let's say for
|
| roles and authentication | 14 Jun 2006 17:37 GMT | 1 |
I have some code of my own where I am checking a username/password against a database for login, I am not using any of the login controls etc. What I want to do next is to create a folder for my admin pages and make it only available to administrators. At login I set an int
|
| fixed width text file | 14 Jun 2006 17:28 GMT | 4 |
I can create text file, but how can I create a text file where the values are at the same location on every line? I want to define the location where the values starts and define the length of the value.
|
| Discussion forum solution (ASP.NET) | 14 Jun 2006 16:58 GMT | 2 |
I'm looking at adding a discussion forum to our site (C# or VB.NET). Any recommendations for a good discussion forum software? (both free and $$$$). I looked at InstantForum and it seems like no one's there since no one ever replies to your questions (even regarding sales).
|
| randomly get error when building my solution: Type 'ASP.global_asa | 14 Jun 2006 16:51 GMT | 1 |
Occasionally I will get this error msg: Type 'ASP.global_asax' is not defined when i compile my web project solution. I have a global.asax file in my project, but i have no code in it. I am however using Forms Auth via separate component to handle the
|
| Textbox with OnTextChanged Event | 14 Jun 2006 16:38 GMT | 2 |
I create a textbox control programatically something like this: Dim td As New TableCell() Dim txtbox As New TextBox() txtbox.ID = "my_textbox"
|
| format number #,### doesn't work right | 14 Jun 2006 16:22 GMT | 4 |
When I use String.Format("{0:#,###}", intNumber) it works fine until intNumber = 0, and then it returns an empty string! I just want to show all numbers with commas in thousands place. Is there a
|
| asp.net help | 14 Jun 2006 16:22 GMT | 1 |
Hi i have two question 1)can i do some java script on web control like if i enter a number to a text box and when i press enter key instead of going to server , do this action on client side mean using java script . if then how.
|