Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:684713
More Search Options
RSS Available
Matching Posts
Re: Response.Redirect in C# for page to page parameter passing
You should using the Request object and not Response object to retrieve the query string parameters!
Posted to
Web Forms
(Forum)
by
Haissam
on 4/3/2009
Re: Folder Delete with C#
Check below blog post http://dotnetslackers.com/Community/blogs/haissam/archive/2008/11/12/disable-session-expiration-when-using-directory-delete.aspx
Posted to
Getting Started
(Forum)
by
Haissam
on 11/26/2008
Re: why all Session value reset when write file
There are lots of possible ways where all session will get expired one of these ways is when the bin file is changed at runtime. If you are logging an error or whatever try not to use the bin folder. This folder is used to hold the assemblies of your application and other 3rd party assemblies
Posted to
Web Forms
(Forum)
by
Haissam
on 11/25/2008
Re: How to pass more than one variable from one page to another
Check below link http://dotnetslackers.com/Community/blogs/haissam/archive/2007/11/26/ways-to-pass-data-between-webforms.aspx
Posted to
Web Forms
(Forum)
by
Haissam
on 11/25/2008
Re: Help need : File Upload above 250 mb show error message
Check below blog post http://dotnetslackers.com/Community/blogs/haissam/archive/2008/09/12/upload-large-files-in-asp-net-using-httpmodule.aspx
Posted to
Web Forms
(Forum)
by
Haissam
on 11/25/2008
Re: use a default button when button is not visible
You could catch the onkeypress client side event and check if it is enter then raise the hidden button event if(window.event.keyCode == 13) document.getElementById('<%=Button1.ClientID%>').click()
Posted to
Web Forms
(Forum)
by
Haissam
on 11/24/2008
Re: image promlem in server
You have to upload the file first to the web server and then insert it into the database. Call the saveas method of te file upload control
Posted to
Web Forms
(Forum)
by
Haissam
on 11/24/2008
Re: norwegian character in XML
Check below link http://www.functionx.com/csharp/xml/Lesson05.htm
Posted to
Web Forms
(Forum)
by
Haissam
on 11/24/2008
Re: storing multiple columns of data between page postbacks
You can use the viewstate to save the data that you want ViewState["DataTable"] = myTable; // to retrieve the datatable object from the viewstate use DataTable mytable = (DataTable)ViewState["DataTable"];
Posted to
Web Forms
(Forum)
by
Haissam
on 11/24/2008
Re: download & save a Zip file from URL using post request
You can send a query string parameter using the post request and in your code behind you check if the query string variable exists you first zip the files and then process the download code. Check below blog posts concerning the zipping and download http://dotnetslackers.com/Community/blogs/haissam/archive/2007/02/19/Zipping-Files-in-Asp.net-1.1.aspx http://dotnetslackers.com/Community/blogs/haissam/archive/2007/04/03/Downloading-Files-C_2300_.aspx
Posted to
Web Forms
(Forum)
by
Haissam
on 11/24/2008
Page 1 of 561 (5604 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online