Click here to Skip to main content
15,896,118 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to Display PDF in Browser ? Pin
Rizwan Bashir21-Aug-07 2:09
Rizwan Bashir21-Aug-07 2:09 
Questionhow to retrive the correspoding data in the textbox Pin
biswa4720-Aug-07 21:09
biswa4720-Aug-07 21:09 
AnswerRe: how to retrive the correspoding data in the textbox Pin
Bhaskar Shetty21-Aug-07 0:36
Bhaskar Shetty21-Aug-07 0:36 
Questionhow to check the rocord exsist in the database Pin
biswa4720-Aug-07 21:08
biswa4720-Aug-07 21:08 
AnswerRe: how to check the rocord exsist in the database Pin
Michael Sync20-Aug-07 21:25
Michael Sync20-Aug-07 21:25 
GeneralRe: how to check the rocord exsist in the database Pin
imranafsari20-Aug-07 22:56
imranafsari20-Aug-07 22:56 
QuestionProblem with ASP.Net menu control - leaving a top margin of about 1 or 2px in IE Pin
ChrisFarrugia20-Aug-07 21:06
ChrisFarrugia20-Aug-07 21:06 
QuestionUsing CodeDOM in .NET Pin
rameshbhojan20-Aug-07 21:01
rameshbhojan20-Aug-07 21:01 
Hi All,
Could anyone please help me out in auto-generating a property in a class in a following format:

public System.Int64 RollNumber
{
get
{
System.Int64 rollNo = (System.Int64 )this["@roll_number"];
return rollNo;
}

}

I am able to generate the property with the return statement and the other stuff, but i am not able to Generate the assignment statement i,e :

System.Int64 rollNo = (System.Int64 )this["@roll_number"];

Please Help.

Thanks,
Ramesh

QuestionUser Control not feeling the drop down Pin
Sandeep Akhare20-Aug-07 21:01
Sandeep Akhare20-Aug-07 21:01 
QuestionInStr in C# Pin
Imran Khan Pathan20-Aug-07 21:01
Imran Khan Pathan20-Aug-07 21:01 
AnswerRe: InStr in C# Pin
Michael Sync20-Aug-07 21:22
Michael Sync20-Aug-07 21:22 
AnswerRe: InStr in C# Pin
Christian Graus21-Aug-07 0:12
protectorChristian Graus21-Aug-07 0:12 
AnswerRe: InStr in C# Pin
Dave Doknjas21-Aug-07 14:02
Dave Doknjas21-Aug-07 14:02 
QuestionAuto-Generating a member field in a class using CodeDOM in .NET Pin
rameshbhojan20-Aug-07 20:56
rameshbhojan20-Aug-07 20:56 
QuestionOtimizing database access in my web application? Pin
Nada Adel20-Aug-07 20:56
Nada Adel20-Aug-07 20:56 
Questionhow to display column wise record in web page Pin
imranafsari20-Aug-07 20:50
imranafsari20-Aug-07 20:50 
Questionsqldependency Pin
saravanan0520-Aug-07 20:46
saravanan0520-Aug-07 20:46 
AnswerRe: sqldependency Pin
Jay_se20-Aug-07 22:42
Jay_se20-Aug-07 22:42 
Questionstore image into database Pin
IamAmit20-Aug-07 20:24
IamAmit20-Aug-07 20:24 
AnswerRe: store image into database Pin
Sandeep Akhare20-Aug-07 20:30
Sandeep Akhare20-Aug-07 20:30 
GeneralRe: store image into database Pin
IamAmit20-Aug-07 20:44
IamAmit20-Aug-07 20:44 
GeneralRe: store image into database Pin
Sandeep Akhare20-Aug-07 20:56
Sandeep Akhare20-Aug-07 20:56 
QuestionExport data from gridview to pdf in ASP .Net Pin
Sumithra Guturi20-Aug-07 20:01
Sumithra Guturi20-Aug-07 20:01 
AnswerRe: Export data from gridview to pdf in ASP .Net Pin
Vasudevan Deepak Kumar20-Aug-07 22:37
Vasudevan Deepak Kumar20-Aug-07 22:37 
GeneralRe: Export data from gridview to pdf in ASP .Net Pin
Sumithra Guturi21-Aug-07 20:36
Sumithra Guturi21-Aug-07 20:36 

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.