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:837747
More Search Options
RSS Available
Matching Posts
Re: parameter problem
Hi, Can you copy your code here??
Posted to
Data Presentation Controls
(Forum)
by
Sagar Nishant
on 1/31/2009
Re: Count
[quote user="aswintummala"] if (!IsPostBack) { int count = 0; count = count + 1; Label1.Text = Convert.ToString(count); } try declaring and initializing the "count" variable globally... int count = 0; ...... ...... if (!IsPostBack) { count = count + 1; Label1.Text = Convert.ToString(count); } [/quote]
Posted to
Web Forms
(Forum)
by
Sagar Nishant
on 1/29/2009
Re: Java Script
Hi, C the code n the links here they may help ur purpose... http://www.developerfusion.com/forum/thread/46082/ http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/Q_21585474.html http://forums.asp.net/p/1059213/1515994.aspx http://www.velocityreviews.com/forums/t90008-how-to-call-a-codebehind-method-from-clientside-javascript.html
Posted to
Web Forms
(Forum)
by
Sagar Nishant
on 1/29/2009
Re: Convert number function.
Hi, Pls test n c if this works.... int iInputNo = 317; //no coming from db string strInputNo = Convert.ToString(iInputNo); string strOutputNo = strInputNo; for(int i=0; i<(5-strInputNo.Length); i++) { strOutputNo = "0" + strInputNo; } return strOutputNo;
Posted to
Web Forms
(Forum)
by
Sagar Nishant
on 1/28/2009
Re: Javascript drop-down menu disappears behind flash in Firefox
Try setting the z-index values of menu and the flash object.
Posted to
Client Side Web Development
(Forum)
by
Sagar Nishant
on 1/28/2009
Re: Calling a url page from a onclick event
Response.Redirect("url_of_the_next_page");
Posted to
Getting Started
(Forum)
by
Sagar Nishant
on 1/28/2009
Re: dropdown selected index change
Hi, Let me assume that you get country and state values from database where you have a Country and a State table respectively and the State table has a foreign key (countryid) referencing to the Country table. 1. Get country records from the Country table and bind it to the Country dropdown. Dropdown's DataTextField property should contain Country name and DataValueField should contain Country id. 2. In the Country dropdown's SelectedIndexChanged event fetch state records from database by
Posted to
Web Forms
(Forum)
by
Sagar Nishant
on 1/28/2009
Re: Window self close
Hi, See if this can help.. write this code in you parent page, say page1, from where you want to open a popup........... <html> <head> <title></title> <script type="text/javascript"> function OpenPopup() { window.open("b.htm","Popup"); //this will open a popup window; } </script> </head> <body> <input type="button" value="Open" onclick="javascript:OpenPopup();" /> </body> </html>
Posted to
Client Side Web Development
(Forum)
by
Sagar Nishant
on 1/28/2009
Re: problem in printing a page
Hi, May be you can do so by writing "return false;" after the print method...
Posted to
Web Forms
(Forum)
by
Sagar Nishant
on 1/28/2009
Re: printing
Hi, You can set the height and width of your window to print... window.open("yourpagepath",'','width=150,height=100,center=1,scrollbars=1,resizable=yes');
Posted to
Client Side Web Development
(Forum)
by
Sagar Nishant
on 1/28/2009
Page 1 of 16 (152 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Channel 9:
Reading Debate with Bill Buxton
Channel 10:
Reading Debate with Bill Buxton
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online