Click here to Skip to main content
15,911,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPorblem In Retrieving Label Text Pin
ais0722-Jan-09 20:30
ais0722-Jan-09 20:30 
AnswerRe: Porblem In Retrieving Label Text Pin
Sundar_R22-Jan-09 20:49
Sundar_R22-Jan-09 20:49 
GeneralRe: Porblem In Retrieving Label Text [modified] Pin
ais0722-Jan-09 21:23
ais0722-Jan-09 21:23 
AnswerRe: Porblem In Retrieving Label Text Pin
N a v a n e e t h22-Jan-09 21:05
N a v a n e e t h22-Jan-09 21:05 
GeneralRe: Porblem In Retrieving Label Text Pin
ais0722-Jan-09 21:24
ais0722-Jan-09 21:24 
AnswerRe: Porblem In Retrieving Label Text Pin
Frauke23-Jan-09 5:32
Frauke23-Jan-09 5:32 
QuestionASP.NET Crystal Report Pin
Socheat.Net22-Jan-09 20:25
Socheat.Net22-Jan-09 20:25 
QuestionStrongly Typed Dataset Pin
anandhakrishnan22-Jan-09 20:23
anandhakrishnan22-Jan-09 20:23 
Hi,

I am using Strongly Typed Dataset(.Xsd) to keep the values fetched from the database. And i am using three tyre architecture in my project.

I am using this Typed dataset not only to fetch the records from database and also to store the new values into the database.

I am getting a problem while i am trying to assign NULL for an integer field.

if (txtExperience.Text.Trim() == "")
row.Experience =(Int32)SqlInt32.Null; //row.SetExperienceNull;
//DbNull.Value;
else
row.Experience = Convert.ToInt32(txtExperience.Text);

I am getting the error below

Data is Null. This method or property cannot be called on Null values in strong typed dataset

I dont know how to pass the null value.
Pls help me!
Tnx in Advance.
QuestionProblem while sending SMS faster Pin
sjs4u22-Jan-09 20:08
sjs4u22-Jan-09 20:08 
AnswerRe: Problem while sending SMS faster Pin
SeMartens22-Jan-09 20:40
SeMartens22-Jan-09 20:40 
Questionhow could load master page once during my application execution? Pin
anilaabc22-Jan-09 19:53
anilaabc22-Jan-09 19:53 
AnswerRe: how could load master page once during my application execution? Pin
VenkatFor.NET22-Jan-09 21:15
VenkatFor.NET22-Jan-09 21:15 
Questioncreate child dropdownlist Pin
Miss Maheshwari22-Jan-09 19:42
Miss Maheshwari22-Jan-09 19:42 
AnswerRe: create child dropdownlist Pin
SunithaNallana22-Jan-09 22:51
SunithaNallana22-Jan-09 22:51 
GeneralRe: create child dropdownlist Pin
Kaushal Arora23-Jan-09 1:07
Kaushal Arora23-Jan-09 1:07 
GeneralRe: create child dropdownlist Pin
Frauke23-Jan-09 5:48
Frauke23-Jan-09 5:48 
Questioncache aspx page per user Pin
Sujit Mandal22-Jan-09 19:14
Sujit Mandal22-Jan-09 19:14 
AnswerRe: cache aspx page per user Pin
Sundar_R22-Jan-09 19:26
Sundar_R22-Jan-09 19:26 
GeneralRe: cache aspx page per user Pin
Sujit Mandal22-Jan-09 20:04
Sujit Mandal22-Jan-09 20:04 
GeneralRe: cache aspx page per user Pin
Sundar_R22-Jan-09 20:40
Sundar_R22-Jan-09 20:40 
AnswerRe: cache aspx page per user Pin
Waleed Eissa23-Jan-09 19:06
Waleed Eissa23-Jan-09 19:06 
Questionhow to take printout the treeview controls data asp.net Pin
manovijay22-Jan-09 19:12
manovijay22-Jan-09 19:12 
AnswerRe: how to take printout the treeview controls data asp.net Pin
VenkatFor.NET22-Jan-09 21:13
VenkatFor.NET22-Jan-09 21:13 
QuestionHow to use Crystal Reports in asp.net? Pin
Subin Alex22-Jan-09 19:06
Subin Alex22-Jan-09 19:06 
AnswerRe: How to use Crystal Reports in asp.net? Pin
VenkatFor.NET22-Jan-09 20:22
VenkatFor.NET22-Jan-09 20:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.