Click here to Skip to main content
15,910,872 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to convert string value to datetime accoring to current culture Pin
mr_muskurahat18-Feb-09 21:10
mr_muskurahat18-Feb-09 21:10 
GeneralRe: how to convert string value to datetime accoring to current culture Pin
mr_muskurahat18-Feb-09 21:34
mr_muskurahat18-Feb-09 21:34 
GeneralRe: how to convert string value to datetime accoring to current culture Pin
keyur satyadev18-Feb-09 22:29
keyur satyadev18-Feb-09 22:29 
QuestionMessage Removed Pin
18-Feb-09 19:46
jastitheroyal18-Feb-09 19:46 
AnswerRe: about asp.net repeater Pin
Sneha Bisht18-Feb-09 20:21
Sneha Bisht18-Feb-09 20:21 
QuestionCreate Property in a class Pin
Robymon18-Feb-09 19:36
Robymon18-Feb-09 19:36 
AnswerRe: Create Property in a class Pin
Sneha Bisht18-Feb-09 20:19
Sneha Bisht18-Feb-09 20:19 
GeneralRe: Create Property in a class Pin
Robymon18-Feb-09 20:34
Robymon18-Feb-09 20:34 
How can we access and set this property from any webpage. when i tried to access it is not coming in my webpage. my code as follows.

Class Code
namespace DatabaseLayer
{
public class AdminDAO
{
private string _name = "";


public string Name
{
get
{
return _name;
}
set
{
_name = value;

}
}
}
}
WebPage Code

DatabaseLayer.AdminDAO.
string name=DatabaseLayer.AdminDAO.
GeneralRe: Create Property in a class Pin
Sneha Bisht18-Feb-09 20:55
Sneha Bisht18-Feb-09 20:55 
QuestionDynamically creating controls and accessing them Pin
Matt Cavanagh18-Feb-09 19:32
Matt Cavanagh18-Feb-09 19:32 
AnswerRe: Dynamically creating controls and accessing them Pin
SachinKumar M18-Feb-09 20:10
SachinKumar M18-Feb-09 20:10 
GeneralRe: Dynamically creating controls and accessing them Pin
Matt Cavanagh18-Feb-09 20:31
Matt Cavanagh18-Feb-09 20:31 
QuestionHTTP Server Push in ASP.NET [modified] Pin
Spunky Coder18-Feb-09 19:30
Spunky Coder18-Feb-09 19:30 
Questiongrid view updating Pin
billcodes18-Feb-09 19:07
billcodes18-Feb-09 19:07 
AnswerRe: grid view updating Pin
keyur satyadev18-Feb-09 19:35
keyur satyadev18-Feb-09 19:35 
AnswerRe: grid view updating Pin
Sneha Bisht18-Feb-09 21:06
Sneha Bisht18-Feb-09 21:06 
Questioncreate my own widget for my web site Pin
ashok@techxygen18-Feb-09 18:57
ashok@techxygen18-Feb-09 18:57 
QuestionWeb Service [modified] Pin
Seema Gosain18-Feb-09 18:55
Seema Gosain18-Feb-09 18:55 
QuestionSOAPOutputFilter with SOAPExtension Pin
Sundar_R18-Feb-09 18:27
Sundar_R18-Feb-09 18:27 
Questiondatetime value Pin
anujbanka178418-Feb-09 17:26
anujbanka178418-Feb-09 17:26 
AnswerRe: datetime value Pin
Christian Graus18-Feb-09 17:48
protectorChristian Graus18-Feb-09 17:48 
AnswerRe: datetime value Pin
Sneha Bisht18-Feb-09 20:13
Sneha Bisht18-Feb-09 20:13 
GeneralRe: datetime value Pin
anujbanka178419-Feb-09 18:24
anujbanka178419-Feb-09 18:24 
QuestionVStudio 2008 Model View Controller Menu Item missing Pin
dwolver18-Feb-09 13:44
dwolver18-Feb-09 13:44 
Questionvs 2008 single web.config Pin
omer erakman18-Feb-09 7:05
omer erakman18-Feb-09 7:05 

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.