| Thread | Last Post | Replies |
|
| Dataset - Get Values | 25 Sep 2007 14:17 GMT | 4 |
I have an SQL Stored Procedure that uses Inner Join to return the records of various related tables: SELECT * FROM dbo.by27_Blogger_Posts p LEFT JOIN (
|
| Hidden Text Field Occasionally Missing Data on Postback | 25 Sep 2007 12:58 GMT | 6 |
I have an app that's been in production for 3-4 years that is hosted at an ISP. I have an aspx control on the page that uses a few hidden text fields for repositioning logic executed on the server postback. These text fields "always" have data in them. About 5 months ago we ...
|
| How to make a datagrid column a row | 25 Sep 2007 12:15 GMT | 2 |
How can I make a datagrid column into a single row that spans all the other columns? In this case I have a comment field that I want to make as wide as the table but I cannot figure out how to tell asp.net datagrid that I want
|
| How to add an hyperlick column to grid view | 25 Sep 2007 12:12 GMT | 2 |
I am using a gridview to display data from table. In the gridview, there are 5 columns in which one column contains link name(eg. http://www.msn.com). I want to show this link as an hyperlink & when the user click the link,
|
| Session variable value getting lost from global.asax | 25 Sep 2007 11:48 GMT | 1 |
We have a simple ASP.NET web application where one of the Session variables, called Session("SSO_ID") gets created and assigned a value (equal to the HTTP_HRID request variable value), inside the Session_Start event of the global.asax.vb file, since this variable is
|
| DataBind In ItemDataBound Event | 25 Sep 2007 11:42 GMT | 1 |
Consider the following code: <script runat="server"> Sub Page_Load(ByVal obj As Object, ByVal ea As EventArgs) If Not (Page.IsPostBack) Then
|
| Notifying Client Browser from Server in ASP.NET | 25 Sep 2007 07:06 GMT | 4 |
Is there any way to notify the Client Browser when something changes at the Server?
|
| When Are Supporting dll Assemblies Loaded Into AppDomain? | 25 Sep 2007 05:27 GMT | 2 |
My ASP.NET Web app uses a few 3rd party assemblies. Just wondering when those are loaded into the Web app's AppDomain - and for how long do they stay loaded. Is an assembly loaded the first time a page is loaded (where the page in
|
| Add HttpRequest class to windows application | 25 Sep 2007 04:53 GMT | 2 |
I want to add HttpRequest class to my windows application, I add the System.Web.dll to my project as refreance . but I still get the blue Line under HttpReqesut class as error. Some body can help me or redirect me to do it right?
|
| paging in a datalist | 25 Sep 2007 04:23 GMT | 1 |
Is it possible to have some sort of paging (prev/next page) feature with the data list. I have a datalist, that can display several hundred items, and I want to have say 20 to a page.
|
| Axctive directory | 24 Sep 2007 23:54 GMT | 1 |
Could you please tell me what is Active Directory
|
| Master page / content Page / standard button. | 24 Sep 2007 21:52 GMT | 3 |
I plan a master page / content page design for next application. The master page would contain some standard button for my app. For instance a "Save" button. (present on all pages). But how can I call code in the content.cs page from the Save_Click in the
|
| Which pdf forms solution should I use? | 24 Sep 2007 21:34 GMT | 2 |
Oh boy, do I need help on this one... and I'm hoping somebody can lead me to a viable C# pdf forms library or similar pdf solution to allow me to build an application which replicates a series of 3 part paper NCR forms used to collect contractual data (with a digitial signature ...
|
| Custom Validate | 24 Sep 2007 20:34 GMT | 2 |
I am using Cutom Validator to validate email address for a twext box. I have a vfunction named ValidateEmailID. if I use this function in ClientValidationFunction it doesn't work and gives me error message. But if I use this on ServerValidate it works.
|
| Content type for msg files | 24 Sep 2007 20:13 GMT | 3 |
Our application has an aspx page that sets the Response.ContentType based on the file extension of the file selected, e.g. if .doc it sets it to "Application/msword", if .gif it sets it to "image/gif", etc. What would I use for .msg files that come from Outlook? Thanks.
|