TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
iswarya chandran
NA
67
19.3k
Unassigned Local Variable
Jul 31 2013 6:41 AM
Is it possible to check the unassigned local variable with if condition??
for eg;
string name;
try
{
name= (string)Session["user"];
}
catch {}
if(name==null)
{
//code we want
}
Reply
Answers (
5
)
how to write C# code for silde show
error in binding combobox?