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:681931
More Search Options
RSS Available
Matching Posts
Re: What is the difference between website and web application
try this, a related post on the forums http://forums.asp.net/p/1482058/3471299.aspx
Posted to
Getting Started
(Forum)
by
avidyarthi
on 11/19/2009
Re: has a SelectedValue which is invalid because it does not exist in the list of items
Try to set the value="" if its a 'null'.
Posted to
Web Forms
(Forum)
by
avidyarthi
on 11/18/2009
Re: Text box with NO validation
<asp:TextBox CausesValidation="false".........
Posted to
Web Forms
(Forum)
by
avidyarthi
on 11/18/2009
Re: use of Request.UrlReferrer
the QueryString needs to be set in the source of the iframe. So your iframe can look something like this: <iframe src="/mylink.asp?<%=request.ServerVariables("QUERY_STRING")%>" scrolling="Default" ></iframe>
Posted to
Web Forms
(Forum)
by
avidyarthi
on 11/18/2009
Re: Textbox - highlight text on focus
Try this, function txtProduct_focus() { var txtProduct = document.getElementById(".......txt....."); if (txtProduct) { txtProduct.select(); txtProduct.focus(); } }
Posted to
Web Forms
(Forum)
by
avidyarthi
on 11/18/2009
Re: How to Insert Empty Row into Datagrid..
private void btAdd_Click(object sender, EventArgs e) { //.....'table' is you datatable or you can use DataSet directly depends on your code DataSet ds = new DataSet(); ds.Tables.Add(table); ds.Tables[0].NewRow(); table = ds.Tables[0]; resultGrid.DataSource = table; resultGrid.DataBind(); }
Posted to
Data Presentation Controls
(Forum)
by
avidyarthi
on 11/18/2009
Re: Storing variable value in masterpage
Hi, Viewstate is definitely not going to work across pages, you might want to consider saving it in a Session[""] variable or save a cookie which ever suits your app.
Posted to
State Management
(Forum)
by
avidyarthi
on 11/13/2009
Re: How to return a new KeyID
Looks right....
Posted to
Getting Started
(Forum)
by
avidyarthi
on 8/26/2009
Re: How to return a new KeyID
at the end of your query add "select @@Identity as MyID from [tablename]"
Posted to
Getting Started
(Forum)
by
avidyarthi
on 8/26/2009
Re: Order by CONVERT(datetime,CourseDate) on column that contains both dates and varchars
You first have to convert it into a datetime, in the select statement and then do an Order By
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
avidyarthi
on 8/24/2009
Page 1 of 30 (292 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online