Click here to Skip to main content
15,922,166 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to fill a PDF form Pin
naumananwar20-Aug-07 21:44
naumananwar20-Aug-07 21:44 
AnswerRe: how to fill a PDF form Pin
Christian Graus20-Aug-07 22:23
protectorChristian Graus20-Aug-07 22:23 
QuestionHow to Display PDF in Browser ? Pin
Rizwan Bashir20-Aug-07 21:42
Rizwan Bashir20-Aug-07 21:42 
AnswerRe: How to Display PDF in Browser ? Pin
Vasudevan Deepak Kumar20-Aug-07 22:35
Vasudevan Deepak Kumar20-Aug-07 22:35 
GeneralRe: How to Display PDF in Browser ? Pin
Rizwan Bashir20-Aug-07 23:11
Rizwan Bashir20-Aug-07 23:11 
AnswerRe: How to Display PDF in Browser ? Pin
Christian Graus20-Aug-07 23:33
protectorChristian Graus20-Aug-07 23:33 
GeneralRe: How to Display PDF in Browser ? Pin
Rizwan Bashir21-Aug-07 0:03
Rizwan Bashir21-Aug-07 0:03 
GeneralRe: How to Display PDF in Browser ? Pin
Christian Graus21-Aug-07 0:13
protectorChristian Graus21-Aug-07 0:13 
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 

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.