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:731993
More Search Options
RSS Available
Matching Posts
Re: how can i bold my header?
Hi, just change your line to GridView1.Caption = <b>"Skyla Pte Ltd " + DateTime.Now + "</b>"; or create css class .grdStyle caption { font-weight:bold; } and assing it to grid view <asp:GridView runat="server" CssClass="grdStyle" ....
Posted to
Data Presentation Controls
(Forum)
by
paaresh
on 8/6/2009
Re: how to do MSDN library style treeView with self joined table
Hi, Please refer this post http://forums.asp.net/p/1434022/3224592.aspx
Posted to
Data Presentation Controls
(Forum)
by
paaresh
on 8/6/2009
Re: adding a dotted line between vertical submenus of Asp:Menu
Hi, create a css class .lineS { border-left:dotted 1px red; //-- change color 'red' as per your need. } and assing it to CssClass property of 'DynamicMenuStyle' <DynamicMenuStyle CssClass="lineS" />
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
paaresh
on 8/6/2009
Re: Adding a New Table Row Dynamically
Hi, Please post your code. If you are trying code of Lyra Belaqua, it is fine, just Validator is not added in cell. just add tCell2.Controls.Add(reqFieldVal); if you forget to add the validator .
Posted to
Web Forms
(Forum)
by
paaresh
on 8/4/2009
Re: why did it return 0 all the time ?
Hi, casting denominator value to float will give you expected result. cast 429 to float. try this int destHeight = (100 / (float)429) * 285;
Posted to
Getting Started
(Forum)
by
paaresh
on 8/3/2009
Re: Adding a New Table Row Dynamically
Hi, You are adding control dynamically. therefore those controls will be lost on postback. To solve problem, you need to again create all controls on PageLoad. For example, if you are adding 3rd row, you need to add 2nd row again in PageLoad. if you are adding 4th row, you need to add 2nd and 3rd row again in PageLoad. I am posting small example, Please refer it and change your code accordingly. The explaination is given below. I am just adding a Textbox in a cell. protected void btn_Click(object
Posted to
Web Forms
(Forum)
by
paaresh
on 8/3/2009
Re: format digit
Hi, Use overloaded String.PadLeft(). string str = "12"; str = str.PadLeft(4, '0'); str will have value. '0012'
Posted to
Getting Started
(Forum)
by
paaresh
on 8/3/2009
Re: Ajax History Control with progress
Hi, Yes it is Update progress, by mistake it is written updatepanel1.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
paaresh
on 7/29/2009
Re: Using WebResource to embed an external library image
Hi, Are you seeting 'Build Action' to 'Embedded Resource' ? Refer this blog http://blogs.runatserver.com/bpelletier/archive/2009/06/20/display-images-from-embedded-resources-in-asp-net.aspx
Posted to
Custom Server Controls
(Forum)
by
paaresh
on 7/25/2009
Re: The maximum report processing jobs limit configured by your system administrator has been reached
Hi, try to dispose report in page unload event. protected void Page_Unload(object sender, EventArgs e) { objReport.Close(); objReport.Dispose(); } You can also increase the PrintJobLimit from registry. default value is 75. refere this http://forums.asp.net/p/984650/1268025.aspx changing registry value is not practicle way. because the webhost will not allow you to change registry. better way is to dispose report object.
Posted to
Crystal Reports
(Forum)
by
paaresh
on 7/25/2009
Page 1 of 26 (253 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online