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:808196
More Search Options
RSS Available
Matching Posts
Re: adding weather report in my website
just look over this link http://www.codeproject.com/KB/aspnet/weather.aspx http://www.4guysfromrolla.com/articles/030205-1.aspx
Posted to
Web Forms
(Forum)
by
vjay
on 11/27/2009
Re: Screen resolution
you can design your application design size at contant at any resolution but make sure that i remains it remains center at all resolution. of you provide me the css, application design of the page,i can try it out and help you
Posted to
Web Forms
(Forum)
by
vjay
on 11/27/2009
Re: Disabling browsers back button in my webform
Try to use javascript to perform this functionality function disableBack() { window.history.forward();} disableBack(); window.onload=disableBack; window.onpageshow=function(evt){if(evt.persisted)disableBack()} window.onunload=function(){void(0)} try to call this function on page load
Posted to
Web Forms
(Forum)
by
vjay
on 11/27/2009
Re: maintain scroll pos on postback
Try to use like this You can set it programmatically Page.MaintainScrollPositionOnPostBack = true ; In the page declaration <% @ Page MaintainScrollPositionOnPostback ="true" %> Or in the web.config´s <system.web> section. < pages maintainScrollPositionOnPostBack = " true " />
Posted to
Web Forms
(Forum)
by
vjay
on 11/5/2009
Re: How can i make my textbox spell check
just look at this link http://69.10.233.10/KB/aspnet/checkspelling.aspx
Posted to
Web Forms
(Forum)
by
vjay
on 11/5/2009
Re: Spell Checker Info
Just have a look at this link http://www.aspnetspell.com/ http://authors.aspalliance.com/brettb/ASPSpellCheckReview.asp
Posted to
Web Forms
(Forum)
by
vjay
on 11/5/2009
Re: how to add different cssclass for individual tabs
Thanks for instant reply. But i need to change the css used in " Tab2 " to " Tab3 " at the server side, like .ajax__myTab .Tab2 .ajax__tab_header { font-family: verdana,tahoma,helvetica; font-size: 11px; border-bottom: solid 1px #999999; color: red; } .ajax__myTab .Tab3 .ajax__tab_header { font-family: verdana,tahoma,helvetica; font-size: 11px; border-bottom: solid 1px #999999; color: blue; }
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
vjay
on 11/4/2009
Re: asp.net calendar question
Try to use required field validator for the textbox that i connect to calender and then use expression validator.. surely it will work
Posted to
Web Forms
(Forum)
by
vjay
on 11/4/2009
how to add different cssclass for individual tabs
I need to change different css for different tab in server side.for example one tab should be red another should be in green and another should be in blue.Let me know your suggestion.Here is my code <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <ajaxToolkit:TabContainer ID="TabContainer1" runat="server" CssClass="ajax__myTab" Width="500px"> <ajaxToolkit:TabPanel ID="TabPanel1"
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
vjay
on 11/3/2009
Re: ImageButton link to http page?
send the designer code so that i can have a clear view where error comes
Posted to
Web Forms
(Forum)
by
vjay
on 11/3/2009
Page 1 of 47 (466 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online