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:857392
More Search Options
RSS Available
Matching Posts
Re: How to Print Web page along with its background images and background color
hiiii, The reason of ur problem is that Print background colors and images option is not turned on by default in Internet Explorer. To resolve this behavior, turn on the Print background colors and images option in Internet Explorer. To do this, follow these steps: On the Tools menu, click Internet Options , and then click the Advanced tab. In the Settings box, under Printing , click to select the Print background colors and images check box, and then click OK . Refer this: http://support.microsoft
Posted to
Getting Started
(Forum)
by
qwerty_key
on 10/9/2009
Re: missing decimal point
decimal type will always truncate trailing zeroes. if u just wanna display decimal numbers with fixed format, use Format specifier in ToString function. eg: string n1; n1=Convert.ToDecimal("12.20").ToString("F2"); //F is for fixed point and 2 is no. of digits after decimal point For more information: http://authors.aspalliance.com/aspxtreme/aspnet/types/numericformatstrings.aspx
Posted to
Getting Started
(Forum)
by
qwerty_key
on 4/6/2009
Re: how to do upload physical file and insert data to database together?
[quote user="isjf"] try { upload file to folder insert data to DB --- error cause in this line ... the catch is jump from this line.. but the file already upload to folder } catch { } [/quote] In catch block delete the file just uploaded. like this: catch { //FileUpload1 is FileUpload control in asp.net and Upload is the foldername to save Uploaded files if (File.Exists(Server.MapPath("Upload/" + FileUpload1.FileName))) { File.Delete(Server.MapPath("Upload/" + FileUpload1
Posted to
Getting Started
(Forum)
by
qwerty_key
on 4/2/2009
Re: Stop do postBack
hi check this out: http://forums.asp.net/t/1023917.aspx
Posted to
Getting Started
(Forum)
by
qwerty_key
on 4/1/2009
Re: Master page and Java script????????????????
hi u can add reference to stylesheet & javascript in the head of masterpage.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
qwerty_key
on 3/28/2009
Re: Web.sitemap with primary AND secondary navigation
check this out: http://www.codeproject.com/KB/menus/PopulatingMenuControlASP2.aspx & http://www.codeproject.com/KB/aspnet/DataTreeView.aspx
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
qwerty_key
on 3/28/2009
Re: the select query for a sqldatasource
just convert @date1 and @date2 to DateTime datatype before using them in select query. for eg: DateTime date1 = Convert.ToDateTime(@date1);
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
qwerty_key
on 3/28/2009
Re: How to Detect a Refresh
check this out: http://www.codeproject.com/KB/aspnet/Detecting_Refresh.aspx
Posted to
Getting Started
(Forum)
by
qwerty_key
on 3/28/2009
Re: html email with long body
Another option is to embed html body, tables etc using Stringbuilder class like this for example: Dim sb As New StringBuilder sb.Append("<table border='1' cellspacing='0' cellpadding='0' width='650' style='width: 487.5pt; border: solid #CCCCCC 1.5pt'>") sb.Append(" <tr>") sb.Append(" <td width='100%' colspan='2' style='width: 100.0%; border: none; background: silver; padding: 3.75pt 3.75pt 3.75pt 3
Posted to
Getting Started
(Forum)
by
qwerty_key
on 3/27/2009
Re: Setting text to bold in Table heading
hi, u can use Style property like this: headerCell2.Style.Add("font-weight", "bold");//here u can specify weight in pixels also. OR innerHTML property like this: headerCell2.InnerHtml = "<b>Select</b>";
Posted to
Getting Started
(Forum)
by
qwerty_key
on 3/26/2009
Page 1 of 5 (47 items) 1
2
3
4
5
Next >
WindowsClient:
Tale of two tweets - VS beta - is it busy 70% of the time or is it brilliantly fast?
TechNet Edge:
Forefront TMG URL Filtering and MRS
Mix Online:
Using the HTML5 Video and Audio Tag with Gestalt
WindowsClient:
Subclassing Shape (or more accurately, Path)
WindowsClient:
Having trouble deleting files? Try this
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online