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:763159
More Search Options
RSS Available
Matching Posts
Re: How can i access Session variable which is in DataList_ItemCommand
You can access it using string memberid=Session["memberid"].ToString();
Posted to
State Management
(Forum)
by
bmwz9
on 7/22/2009
Re: How to pass value to a javascript function in Code behind?
Try this Page.RegisterClientScriptBlock("MyScript","<SCRIPT Language='JavaScript'> MyFunction('Hello World'); </SCRIPT>");
Posted to
Client Side Web Development
(Forum)
by
bmwz9
on 7/21/2009
Re: Database connection failed
see this link http://support.microsoft.com/kb/914277
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
bmwz9
on 7/15/2009
Re: Life Time of session variables
Take a look at these articles http://www.eggheadcafe.com/articles/20021016.asp http://aspalliance.com/520 http://www.codeproject.com/Articles/37136/AH-Ah-ah-ah-Staying-Alive-Staying-Alive.aspx
Posted to
State Management
(Forum)
by
bmwz9
on 7/5/2009
Re: GridView has a List<> Collection as DataSource but does not view the collection content
Set DataField property of columns as <Columns> <asp:BoundField HeaderText="product id" DataField="ProductID" /> <asp:BoundField HeaderText="name" DataField="Name" /> <asp:CommandField ButtonType="Button" EditText="Change" InsertVisible="False" ShowDeleteButton="True" ShowEditButton="True" /> </Columns>
Posted to
Data Presentation Controls
(Forum)
by
bmwz9
on 7/5/2009
Re: Passing Objects across asp pages
Yes you can do that through Session object but be careful when using session for storing large objects it will affect performance for storing object in session Session["ExObject"] = ExObject; to retrieve ur object from any page ExObject=(ExObject)Session["ExObject"];
Posted to
Web Forms
(Forum)
by
bmwz9
on 7/5/2009
Re: compare validator javascript question
for example add ListItem to your DropDownList ListItem blankentry = new ListItem (); blankentry.Text = "Select Scheme " ; blankentry.Value = "0" ; then just use compare validator only like this <asp:CompareValidator ID="cvddlSchemes" runat="server" ControlToValidate="ddlSchemes" ErrorMessage="You must select Scheme !" Operator="NotEqual" ValueToCompare=" Select Scheme "></asp:CompareValidator>
Posted to
Client Side Web Development
(Forum)
by
bmwz9
on 6/23/2009
Re: table css questions?
Try this .table1 { border: 0; width: 100%; } table.table1 td { padding: 0px; }
Posted to
Client Side Web Development
(Forum)
by
bmwz9
on 3/26/2009
Re: Read mail file .EML
See this http://www.codeproject.com/KB/office/EML_Reader.aspx
Posted to
Enterprise Services Integration
(Forum)
by
bmwz9
on 2/19/2009
Re: how to include the data reader in the function
You can declare aReader in a scope that can be accessed from the two functions OleDbDataReader aReader; private void DoSomething() { //do something here aReader=aCommand.ExecuteReader(); AddRow(); } private void AddRow() { string mname=aReader[ "name" ].ToString(); }
Posted to
C#
(Forum)
by
bmwz9
on 2/19/2009
Page 1 of 19 (186 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Channel 10:
Look Behind SurfaceScapes
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online