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:829720
More Search Options
RSS Available
Matching Posts
Google gadget
Hi Guys, i have to implement the google visit (google gadget) in my apllication.. i have the add the my application into the igoogle's gadget as a stuff. can anyone help me??? it's urgent..
Posted to
Web Parts and Personalization
(Forum)
by
saurabh2k4mc095
on 9/25/2009
Filed under: CreateWebPart, Ajax Workaround, web parts personalization, ASPxGrid + Web Parts, AJAX, URGENTTTTTTTT, gadget, widget
Re: How to change the background of FCKEditor
hi Kinjal, you can change the setting in the fckconfig file. in [default] you will get the setting of tools of editor. and for the style of the editor you can change in the style sheet FCKConfig.BodyClass = 'yourclass' ; in fckconfig.js and add style in head tag: <style type="text/css"> .yourclass { background-color:#FFCCFF } </style>
Posted to
Free For All
(Forum)
by
saurabh2k4mc095
on 7/9/2009
Re: Script Not Working in Internet Explorer
i seeems no issue in your code , i have just pasted your code on the page load and it is working, check your popup blocker, and turn it to off.
Posted to
Client Side Web Development
(Forum)
by
saurabh2k4mc095
on 7/8/2009
Re: Script Not Working in Internet Explorer
i have just try it and It is also working on the contentplaceholder page. try to check the popup blocker of your browser.
Posted to
Client Side Web Development
(Forum)
by
saurabh2k4mc095
on 7/8/2009
Re: TextBox Focus
Hi Ramesh, write the code on the page load event TextBox1.focus(); where TextBox1 is the id of the text box
Posted to
Mobile and Handheld Devices
(Forum)
by
saurabh2k4mc095
on 7/7/2009
Re: onkeyup client-side validation issue
Hi scott, try to write client side validation on OnKeyPress for issue 1. and for issue 2 try to set the property causesvalidation to false hope it will work.
Posted to
Client Side Web Development
(Forum)
by
saurabh2k4mc095
on 7/7/2009
Re: how to get values from gridview columns after clicking on LinkButton
Hi nishant, write the DataKeyName="EmployeeId" in thw gridview property. and on .aspx page <asp:TemplateField HeaderText="Employee Name" > <ItemTemplate> <asp:LinkButton ID="LinkButton1" runat="server" CssClass="linkButton" Text='<%# bind("EmployeeName") %>' CommandArgument='<%# Eval("EmployeeId") %>' CommandName="Emp" ></asp:LinkButton> </ItemTemplate> </asp
Posted to
Data Presentation Controls
(Forum)
by
saurabh2k4mc095
on 7/7/2009
Re: Data representation by chart
Thanks Darrell, nice tutorial..
Posted to
Data Presentation Controls
(Forum)
by
saurabh2k4mc095
on 7/7/2009
Re: Help Urgent!!!!!!!
try this <asp:Button ID="Button1" runat="server" Text="Button" OnClientClick="Check();" OnClick="btn_Click" />
Posted to
Web Forms
(Forum)
by
saurabh2k4mc095
on 7/6/2009
Re: How to validate the textbox to accept only number?
Hi john, you can also call the javascript function on the OnKeyPress event of textbox.. function AllowNumericForAcc(e) { var iKeyCode = 0; if (window.event) iKeyCode = window.event.keyCode else if (e) iKeyCode = e.which; if (iKeyCode >= 48 && iKeyCode < 58) return true else { window.event.keyCode = null; return false; } }
Posted to
Web Forms
(Forum)
by
saurabh2k4mc095
on 7/6/2009
Page 1 of 2 (16 items) 1
2
Next >
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online