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 / May 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
fileupload control30 May 2007 09:17 GMT5
How can you set the filename property in the asp:fileupload control? How can
you persist the value of the chosen filename between postbacks?
thanks
B
Gridview: no built-in add/insert !?30 May 2007 07:54 GMT1
I don't have hands on experience in ASP .NET but have been assigned to
a web application, and I'm learning in the school of hard knocks. How
comes GridView has no support for adding/inserting new records, when
this is a routine task for any application? In the eighties almost any
Abort a download30 May 2007 07:15 GMT5
I manually stream out a file in chunks from my web form using PageAsyncTask,
Page.Response.OutputStream.BeginWrite and Flush after each chunk. I do set
the Content-Length header. If an error occurs (for example, a timeout), I do
the following:
Color30 May 2007 00:53 GMT5
How can I convert a variable of type color to a String where the color
is in the format #FFFFFF?
Thanks,
Miguel
CssClass30 May 2007 00:33 GMT3
On a class I am defining the CssClass of a control at runtime.
However, I would also like to create the CssClass at runtime. Is this
possible?
Something like:
Why wont my "asp:button" do a postback?29 May 2007 23:44 GMT2
I've got a page with an asp:button on it and for some reason, it not
only will not execute the OnClick handler, but it wont even do a
postback.  There are no errors, but the button doesn't do anything.
Any ideas of what might be going on and/or to diagnose the problem?
Attribute 'clear' outdated29 May 2007 23:40 GMT4
Microsoft Visual Studio when I use this tag
<br clear="all" />
tells me:
Warning 1 Validation (XHTML 1.0 Transitional): Attribute 'clear' is
The best place29 May 2007 22:54 GMT2
where is the best place for setting components on load but only if
this is not a postback?
   protected void Page_Load(object sender, EventArgs e) {
       if(!Page.IsPostBack) {
Campaign IIS Log Analysis29 May 2007 22:16 GMT8
We have a working application which uses Server session variables as a
means to identify the user.
My boss want to start looking at the IIS logs to understand what our
users do. On our website we have occasional users and also customers
client side validation order; making it fail fast.29 May 2007 22:08 GMT1
Basically a javascript confirm in a CustomValidator based on some
business logic.
I have a textbox which needs a valid float, so I give it a
RequiredFieldValidator and a CompareValidator with a datatype check.
GridView - Accessing Values on Click of CheckBox Column29 May 2007 21:54 GMT1
Can anyone advise how to access the values of a row in a datagrid,
when a checkbox is is checked/unchecked?
I want to run a function that will do somethign with the ID of the row
when the check box is changed.
Accordion Control - Can't read checkbox values29 May 2007 21:54 GMT1
I have an accordion control with a dynamically generated asp.net
checkbox server-side control in each accordion pane.  On postback I
loop through all of the controls on the page, and I never find one
that is of type checkbox.  If I get rid of the accordion control, the
AJAX UpdatePanel not resetting IIS Session29 May 2007 21:18 GMT1
I have not been able to find anything about this problem, so it must be
configuration on our server, somehow...
What we are observing is on Windows Server 2003/IIS 6 our AJAX UpdatePanels
are not resetting the IIS Session timer. Thus, if the default IIS Session
firing order fo clientSide script29 May 2007 21:12 GMT3
             I have a little problem that i need some ideas as to how to
solve. I have a form that sends some data to the server once filled. Now,
for this form i am using asp.net validation controls to ensure certain
fields are filled and also have the correct data format.  ...
Compatibility Problem .29 May 2007 21:01 GMT1
Hi....
Is there any font that is compitable with IE 6 and FireFox 2 Beta 2.In
my page i have Verdana font.Its looks different in both browsers.
I have used Multi Line textbox in page.It shows HOrizantal Bar in IE
 
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.