Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / September 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Dataset - Get Values25 Sep 2007 14:17 GMT4
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 Postback25 Sep 2007 12:58 GMT6
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 row25 Sep 2007 12:15 GMT2
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 view25 Sep 2007 12:12 GMT2
   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.asax25 Sep 2007 11:48 GMT1
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 Event25 Sep 2007 11:42 GMT1
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.NET25 Sep 2007 07:06 GMT4
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 GMT2
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 application25 Sep 2007 04:53 GMT2
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 datalist25 Sep 2007 04:23 GMT1
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 directory24 Sep 2007 23:54 GMT1
Could you please tell me what is Active Directory
Master page / content Page / standard button.24 Sep 2007 21:52 GMT3
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 GMT2
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 Validate24 Sep 2007 20:34 GMT2
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 files24 Sep 2007 20:13 GMT3
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.