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:761000
More Search Options
RSS Available
Matching Posts
Re: how large file upload in asp.net at a single click ??
Hi check this http://yasserzaid.wordpress.com/2009/10/29/increase-file-uploaded-size/ Good Luck
Posted to
Web Forms
(Forum)
by
yasserzaid
on 11/26/2009
Re: Display database fields in Calendar
Hi check this link http://yasserzaid.wordpress.com/2009/01/05/create-event-calender/ Good Luck
Posted to
Web Forms
(Forum)
by
yasserzaid
on 11/26/2009
Re: Can AutoComplete Extender call the service method when the user types a white space as the first character?
Hi check the following links:- Use AJAX AutoComplete with Linq AutoComplete from Database with HttpRequest Another way AutoComplete with HttpRequest from DataBase AJAX AutoComplete From Database Hope this helps
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
yasserzaid
on 11/18/2009
Re: Select Data from Database in Javascript Array
Thanks Vins for your replay but i want to do something like this but from database http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm waiting your advice Thanks again
Posted to
Client Side Web Development
(Forum)
by
yasserzaid
on 8/14/2009
Re: File Upload not working
Hi please check this link which will help you http://forums.asp.net/t/1410635.aspx Good Luck
Posted to
Web Forms
(Forum)
by
yasserzaid
on 4/22/2009
Re: Fill Dropdownlist using XMLHttpRequest Object
Thanks NC01 but i want to fill dropdownlist with data from Database Any sugession ?
Posted to
Client Side Web Development
(Forum)
by
yasserzaid
on 4/21/2009
Fill Dropdownlist using XMLHttpRequest Object
Hi i try to fill two dropdownlist without using AJAX Toolkit using XMLHttpRequest i try this but not work <script type="text/javascript"> function CreateHttpRequest() { if(window.XMLHttpRequest) { // Standard method return new XMLHttpRequest(); } else if(ActiveXObject) { // IE craphola return new ActiveXObject("Microsoft.XMLHTTP"); } else { throw new Error("This browser does not support AJAX."); } } function UpdateProducts(pCatID) { // Create the AJAX object var
Posted to
Client Side Web Development
(Forum)
by
yasserzaid
on 4/20/2009
Re: how can i clear the cache programmatically..
try this :- protected void Page_Init(object Sender, EventArgs e) { Response.Cache.SetCacheability(HttpCacheability.NoCache); Response.Cache.SetExpires(DateTime.Now.AddSeconds(-1)); Response.Cache.SetNoStore(); } Good Luck
Posted to
Web Forms
(Forum)
by
yasserzaid
on 4/17/2009
Re: Disable browser's back button.
Hi check this link http://csharpdotnetfreak.blogspot.com/2009/04/disable-browser-back-button-javascript.html or try this :- protected void Page_Init(object Sender, EventArgs e) { Response.Cache.SetCacheability(HttpCacheability.NoCache); Response.Cache.SetExpires(DateTime.Now.AddSeconds(-1)); Response.Cache.SetNoStore(); } Good Luck
Posted to
Web Forms
(Forum)
by
yasserzaid
on 4/17/2009
Re: When sending mail from my dotnet application i didnt received any mail.
Hi check this post which will help you http://forums.asp.net/t/1406532.aspx or try this example to Send Email using Gmail Account using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Net.Mail; public partial class Send_Email : System.Web.UI.Page { private bool SendMail(string from
Posted to
Web Forms
(Forum)
by
yasserzaid
on 4/17/2009
Page 1 of 240 (2396 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online