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:877210
More Search Options
RSS Available
Matching Posts
Re: ListBox Highlight items on MouseOver
Try this ,I don't think you will have to use JS for this .. First put the ListBox in a DIV with ID="lstContent" then to the CSS add this entry #lstContent option:hover { background-color:Blue; } I tried this and its working for me .. Hope this helps
Posted to
Client Side Web Development
(Forum)
by
masterpass
on 8/31/2009
Re: ListBox Highlight items on MouseOver
Try this ,I don't think you will have to use JS for this .. First put the ListBox in a DIV with ID="lstContent" then to the CSS add this entry #lstContent option:hover { background-color:Blue; } I tried this and its woring for me .. Hope this helps
Posted to
Client Side Web Development
(Forum)
by
masterpass
on 8/31/2009
Re: Page redirect and reload after update
Sub Update2_Click(ByVal sender As Object, ByVal e As EventArgs) // Do the update part here and then Response.Redirect("FSRSelection.aspx") //or //just call the function where you do the DataBind() to the Grid End Sub
Posted to
Data Presentation Controls
(Forum)
by
masterpass
on 8/31/2009
Re: Confirm prompt
<asp:Button ID="bt_Cancel" Text="Cancel" runat="server" OnClick="bt_Cancel_Click" OnClientClick="PromptUser();" /> In the JS, function PromptUser() { return (confirm("Are you sure ?")); } In the Code Behind protected void bt_cancel_click(object sender, EventArgs e) { Response.Redirect("my_fl.aspx"); } Hope this helps
Posted to
Free For All
(Forum)
by
masterpass
on 8/31/2009
Re: Quotation marks turn into "
encapsulate the " " by the single quote begore ttransferring to client side It would look like ' " " ' Hope this helps
Posted to
Client Side Web Development
(Forum)
by
masterpass
on 8/21/2009
Re: Referancing Image in a AJAX CollapsiblePanelExtender problem
Try this CollapsedImage=" ~/ layout/expand_blue.jpeg" ExpandedImage=" ~/ layout/collapse_blue.jpeg" Hope this helps
Posted to
Free For All
(Forum)
by
masterpass
on 8/21/2009
Re: Quotation marks turn into "
Why can't you put the content of the file containing the Javascript code .js file and add it to your project Another suggestion ... If FlashContent is a valid object you can re-write the code like document.getElementById( 'FlashContent' );
Posted to
Client Side Web Development
(Forum)
by
masterpass
on 8/21/2009
Re: custom validator - disable "<" and ">" tags
Try using HttpUtility.HtmlEncode(data); // while sending it to DB HttpUtility.HtmlDecode(data); // while recieving from DB
Posted to
Web Forms
(Forum)
by
masterpass
on 8/12/2009
Re: custom validator - disable "<" and ">" tags
What you can do is ... In the Js function of the customvalidator you can check .contains of '<' and '>' and set the args.Isvalid = false
Posted to
Web Forms
(Forum)
by
masterpass
on 8/12/2009
Re: onfocus pop-up
I think showing an alert to the user when textbox becomes active is not appreciative ... Go thro this link ... http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ValidatorCallout/ValidatorCallout.aspx Hope this helps
Posted to
Getting Started
(Forum)
by
masterpass
on 8/6/2009
Page 1 of 5 (48 items) 1
2
3
4
5
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