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:876388
More Search Options
RSS Available
Matching Posts
Re: Call Server Method directly
There are 2 solutions for your problem. 1. Use Page.IsPostBack property in Page_Load event to to avoid execute the Page_Load event. 2. You can use non-static WebMethods, like this public class WebService : System.Web.Services. WebService { public WebService () { //Uncomment the following line if using designed components //InitializeComponent(); } [ WebMethod ] public string [] GetSuggestions ( string prefixText, int count) { // implement ur logic here... } }
Posted to
Client Side Web Development
(Forum)
by
s_selvan
on 7/16/2009
Re: Refresh F5 page
Try to use GET method instead of POST. if you want to use POST method, then you can not avoid warning message. In that case, use alternative method to achive your goal.
Posted to
Client Side Web Development
(Forum)
by
s_selvan
on 7/16/2009
Re: Must declare the scalar variable "@CartLab".
Hi, You should specify CartLab as SQLParameter object. You go through this site for more details, http://www.aspnet101.com/aspnet101/tutorials.aspx?id=1 Thanks
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
s_selvan
on 7/16/2009
Re: underlining a letter frm a button
Use this code, < button id ="btnReturnToSearch" style ="FONT-SIZE: 8pt" accessKey ="R" type ="button" runat ="server" OnServerClick ="btnReturnToSearch_Click"> < SPAN style ="TEXT-DECORATION: underline"> R </ SPAN > eturn To Search </ button >
Posted to
Web Forms
(Forum)
by
s_selvan
on 7/16/2009
Re: windows service problem
Do you have added "MySQL" related namespaces (through addreference) to window service application? If no, then add it. Otherwise copy all "MySQL" related DLLs to Bin folder manually and add a reference to application. Let me know if you need more clarification.
Posted to
Visual Studio 2008
(Forum)
by
s_selvan
on 6/30/2009
Re: Overwrite older files web setup project
Change web setup name from older version setup name. Then install and it will overwrite the files. Otherwise uninstall the older setup files (through add/remove option in windows) and intall the new setup file.
Posted to
Configuration and Deployment
(Forum)
by
s_selvan
on 6/30/2009
Re: SQL SERVER TEST SITE
You download SQL Express edition 2005 from Microsoft site and install it.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
s_selvan
on 6/30/2009
Re: Problem Win32_NTLogEvent with date
Use below function if you confirm it is a problem in date... (TimeGenerated >= Convert(DATETIME,''06/27/2009',103))
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
s_selvan
on 6/30/2009
Re: change textbox value to label
Sorry i misunderstood your question , ignore my previous post.. I think a TextBox cannot be casted to a Label but u can do this by an alternate way. 1 Change the readonly property of textbox to TRUE 2 Change the back color of textbox to transparent. 3 Change the border of the text box to none. This will feel TextBox as a Label
Posted to
Web Forms
(Forum)
by
s_selvan
on 6/29/2009
Re: change textbox value to label
Use below line, you are assigning to Text box instead of Lable variable Label2.Text = data_set.Tables("tbl_company_admin").Rows(0).Item("Admin_Name")
Posted to
Web Forms
(Forum)
by
s_selvan
on 6/29/2009
Page 1 of 3 (25 items) 1
2
3
Next >
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
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part I
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online