Click here to Skip to main content
16,013,747 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralSave as... on the website. Pin
Junior Boy29-May-07 0:34
Junior Boy29-May-07 0:34 
QuestionSaving into the Database Pin
.NET- India 29-May-07 0:18
.NET- India 29-May-07 0:18 
AnswerRe: Saving into the Database Pin
Christian Graus29-May-07 0:41
protectorChristian Graus29-May-07 0:41 
AnswerRe: Saving into the Database Pin
Sandeep Akhare29-May-07 0:55
Sandeep Akhare29-May-07 0:55 
QuestionReturning ArrayList Problem (C#) Pin
J Liang28-May-07 23:38
J Liang28-May-07 23:38 
AnswerRe: Returning ArrayList Problem (C#) Pin
Guffa28-May-07 23:57
Guffa28-May-07 23:57 
GeneralRe: Returning ArrayList Problem (C#) Pin
J Liang29-May-07 15:26
J Liang29-May-07 15:26 
AnswerRe: Returning ArrayList Problem (C#) Pin
Sandeep Akhare28-May-07 23:59
Sandeep Akhare28-May-07 23:59 
One way is instead of returning Array or ArrayList create one class suppose UserProfile that will have all private varaibles with public property
return object of this class like this
<br />
 int _age;<br />
    string _FirstName;<br />
    string _LastName;<br />
    string _Address;<br />
    char _Gender;<br />
<br />
    public int Age<br />
    {<br />
        set { _age = value; }<br />
        get { return _age; }<br />
    }<br />
<br />
<br />



Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




GeneralRe: Returning ArrayList Problem (C#) Pin
J Liang29-May-07 15:23
J Liang29-May-07 15:23 
Questionaccess a database Pin
matjame28-May-07 23:37
matjame28-May-07 23:37 
AnswerRe: access a database Pin
N a v a n e e t h29-May-07 0:19
N a v a n e e t h29-May-07 0:19 
QuestionCommunicator web access can't reply after sometime Pin
Hardik Patel (GTL)28-May-07 23:35
Hardik Patel (GTL)28-May-07 23:35 
Questionshow image in data grid useing asp.net and vn.net Pin
dhuliya28-May-07 23:34
dhuliya28-May-07 23:34 
QuestionRe: show image in data grid useing asp.net and vn.net Pin
Venkatesh Mookkan29-May-07 2:24
Venkatesh Mookkan29-May-07 2:24 
Questiongridview +edit+delete+update Pin
ritu432128-May-07 22:53
ritu432128-May-07 22:53 
AnswerRe: gridview +edit+delete+update Pin
Saifi Hasan28-May-07 23:19
Saifi Hasan28-May-07 23:19 
GeneralRe: gridview +edit+delete+update Pin
ritu432128-May-07 23:26
ritu432128-May-07 23:26 
Questionaccess database Pin
kvijayajyothy28-May-07 22:39
kvijayajyothy28-May-07 22:39 
AnswerRe: access database Pin
Christian Graus28-May-07 23:20
protectorChristian Graus28-May-07 23:20 
GeneralRe: access database Pin
kvijayajyothy28-May-07 23:26
kvijayajyothy28-May-07 23:26 
GeneralRe: access database Pin
Chetan Ranpariya29-May-07 0:26
Chetan Ranpariya29-May-07 0:26 
GeneralRe: access database Pin
kvijayajyothy29-May-07 0:56
kvijayajyothy29-May-07 0:56 
QuestionRe: access database Pin
Chetan Ranpariya29-May-07 1:13
Chetan Ranpariya29-May-07 1:13 
AnswerRe: access database Pin
kvijayajyothy29-May-07 1:33
kvijayajyothy29-May-07 1:33 
GeneralRe: access database Pin
SimulationofSai29-May-07 2:10
SimulationofSai29-May-07 2:10 

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.