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:776892
More Search Options
RSS Available
Matching Posts
Re: Token Replacement in Outgoing Email
Quick note: The Replace method is case-sensitive. If the email body text has [$subject] for example (while you expect [$SUBJECT]), then it won't work.
Posted to
Getting Started
(Forum)
by
siva_sm
on 6/29/2009
Re: Gridview only displays 3 rows, when 4 rows of data are returned...
Try removing reader2.Read() call. If you want to check if the reader has any rows, use its HasRows property.
Posted to
Data Presentation Controls
(Forum)
by
siva_sm
on 6/29/2009
Re: Looking for feedback on .NET commerce solutions
We used Microsoft Commerce Server 2002 and 2007 for a large publishing house. 2007 offers better and enhanced features and extremely good .NET-based customization. Moreover, the started kit that comes with CS 2007 simplified most of our work; we just had to customize the starter kit site as required and it helped us roll out the site ontime.
Posted to
Free For All
(Forum)
by
siva_sm
on 6/29/2009
Re: Is there any difference between the asp.net releaseversion and the framework?
The error clearly indicates that the site is running .NET 2.0 (Visual C# 2005) which does not support LINQ. Release Version means RTM (released-to-manfacture) - the framework is out of beta/RC stages.
Posted to
Getting Started
(Forum)
by
siva_sm
on 6/29/2009
Re: Limit entry to a single text box
One option is to use plain JavaScript: t1 = document.getElementById ("txt1"); t2 = document.getElementById ("txt2"); if ((t1.value != "" && t2.value != "") || (t1.value == "" && t2.value == "")) alert ("Provide value in one text box");
Posted to
Getting Started
(Forum)
by
siva_sm
on 5/25/2009
Re: FileUploadControl
Not possible - due to security reasons.
Posted to
Web Forms
(Forum)
by
siva_sm
on 5/25/2009
Re: How to create a new CSS rule based on detection of screen size?
I have not used this but worth taking a look: http://www.webscriptexpert.com/javascript/Dynamically%20Create%20CSS%20Rules%20via%20Javascript/
Posted to
Client Side Web Development
(Forum)
by
siva_sm
on 5/25/2009
Re: WebControl Builder / Wrapper / Generic Constructor
One option is to use a generic class deriving from WebControl. This provides a type-neutral way to set/get common properties and invoke methods (essentialy properties/methods of WebControl). However, in order to use type-specific methods/properties you have to check the exact type of the generic parameter type. Here is an example: public class CustomControlFactory<T> : System.Web.UI.WebControls.WebControl where T: class , new () { T _p = default (T); public CustomControlFactory () { _p = new
Posted to
Custom Server Controls
(Forum)
by
siva_sm
on 5/25/2009
Re: Counter works in VS server but not on host's server ??
My guess is that the user account running your application on the hosting server doesn't have access to myappcounter.txt. However, in VS you would have access to this file since you might be a local administrator.
Posted to
Web Forms
(Forum)
by
siva_sm
on 5/25/2009
Re: Displaying mht files
Are you using the mhtml protocol to specify the file? It should be like mhtml:file:// d:\myfile.mhtm
Posted to
Getting Started
(Forum)
by
siva_sm
on 5/14/2009
Page 1 of 125 (1247 items) 1
2
3
4
5
Next >
...
Last »
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
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online