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:870388
More Search Options
RSS Available
Matching Posts
HELP :: Set Connection String Dynamicly in App.Config
Hello guys, How can I set connection string dynamicly in App.Config file? I want to use the dynamic connection string in DataSet
Posted to
Web Forms
(Forum)
by
farhad_m
on 7/5/2009
Filed under: Connection String, dynamic, app config
Re: Problem With GridView ButtonField Async Postback :: Please Help
Thanks MihirV Solved My Problem...
Posted to
ASP.NET AJAX UI
(Forum)
by
farhad_m
on 5/23/2009
Re: Change Textbox Border on focus
or you can try this simple code : <asp:TextBox ID="TextBox1" runat="server" OnFocus="this.style.borderColor='red'" OnBlur="this.style.borderColor=''"></ asp:TextBox >
Posted to
Web Forms
(Forum)
by
farhad_m
on 5/19/2009
Re: Redirect user from login page
Did you put this in your web.config : <location path="signin.aspx"> < system.web > < authorization > < allow users= "*" /> </ authorization > </ system.web > </ location >
Posted to
Web Forms
(Forum)
by
farhad_m
on 5/19/2009
Re: Enter and tab keys move down column in grid control
Hello tyler12 You can set TabIndex property of Textboxes dynamic, in GridView's RowDataBound event... send your GridView codes , so I can send you more details...
Posted to
Web Forms
(Forum)
by
farhad_m
on 5/19/2009
I still have the problem
I still have this problem... if anybody know please help....
Posted to
ASP.NET AJAX UI
(Forum)
by
farhad_m
on 5/19/2009
Re: How can I ...
You're welcome... Please mark my post as answer if it's solved your problem... And set your post to Resolved... Best Regards
Posted to
Web Forms
(Forum)
by
farhad_m
on 5/19/2009
Re: How can I ...
You should copy and paste your Page_Load code in your other button OnClick event... You can write your code in private void and use it in Page_Load and Button_Click events... And yes, Page_Load excute before controls event
Posted to
Web Forms
(Forum)
by
farhad_m
on 5/18/2009
This Code Will Solve Your Problem
Hey This code will solve your problem: protected void Page_Load( object sender, EventArgs e) { foreach (Control ctrl in CreateUserWizard1.Controls) { FindButtons(ctrl); } } private void FindButtons(Control ctrl) { if (ctrl.GetType() == typeof (Button)) { Button btn = (Button)ctrl; if (btn.ID == "StepNextButtonButton" ) { btn.OnClientClick = "alert('ddd')" ; } } foreach (Control ctrl2 in ctrl.Controls) { FindButtons(ctrl2); } }
Posted to
Web Forms
(Forum)
by
farhad_m
on 5/18/2009
This Code Will Solve Your Problem
Hey
Posted to
Web Forms
(Forum)
by
farhad_m
on 5/18/2009
Page 1 of 3 (23 items) 1
2
3
Next >
Channel 9:
Nick Baker: Xbox Architecture
TechNet Edge:
Thrive Live! Behavioral Interviewing: A behavioral answer is always the correct answer
ASP.NET:
PDC and Tech-Ed Europe Slides and Code
WindowsClient:
JScript location bar silliness
WindowsClient:
Anybody build a XAML parser in C or C++ yet?
WindowsClient:
Silverlight use, power and deployment keeps growing; so does WPF
ASP.NET:
T4CSS: A T4 Template for .Less CSS With Compression
WindowsClient:
JSON-P: An Elegant Hack
Channel 9:
Photosynth Update and New UI
Channel 9:
First Look: Streetside in Bing Maps
Channel 9:
Coding4Fun at PDC 2009
WindowsClient:
10 Must-See PDC 09 Sessions
Channel 10:
Photosynth Updated with New Release and New UI
Channel 10:
WindowsBlinds 7 Now Works with Windows 7
Channel 10:
Zune HD Launches New Colors
ASP.NET:
PDC09: ASP.NET MVC 2: Ninjas Still on Fire Black Belt Tips
ASP.NET:
Hanselminutes Podcast 188: ASP.NET MVC 2 Beta with Phil Haack
ASP.NET:
Hanselminutes Podcast 186: .NET Debugging 101 with Tess Ferrandez
TechNet Edge:
WinRE and free stuff with Sean Kearney
WindowsClient:
XslCompiledTransform and large template elements
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online