Click here to Skip to main content
15,929,812 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhaving problem in retrieving primary key from parent table Pin
$h@ma!|@5-Jul-07 2:31
$h@ma!|@5-Jul-07 2:31 
AnswerRe: having problem in retrieving primary key from parent table Pin
Christian Graus5-Jul-07 2:38
protectorChristian Graus5-Jul-07 2:38 
QuestionRe: having problem in retrieving primary key from parent table Pin
$h@ma!|@5-Jul-07 19:06
$h@ma!|@5-Jul-07 19:06 
QuestionReports in asp.net 2005 Pin
zareee5-Jul-07 2:13
zareee5-Jul-07 2:13 
AnswerRe: Reports in asp.net 2005 Pin
Elizma5-Jul-07 18:53
Elizma5-Jul-07 18:53 
QuestionAccess and ASP.Net Pin
| Muhammad Waqas Butt |5-Jul-07 2:10
professional| Muhammad Waqas Butt |5-Jul-07 2:10 
AnswerRe: Access and ASP.Net Pin
Sathesh Sakthivel5-Jul-07 2:20
Sathesh Sakthivel5-Jul-07 2:20 
GeneralRe: Access and ASP.Net Pin
| Muhammad Waqas Butt |5-Jul-07 2:25
professional| Muhammad Waqas Butt |5-Jul-07 2:25 
Here is a code:
try
{
string cmdstr="SELECT * FROM tablename where dp_head='"+ dpdhead.SelectedValue +"'";
con=new OleDbConnection(cons);
cmd=new OleDbCommand(cmdstr,con);
con.Open();
OleDbDataReader dr = cmd.ExecuteReader();
bool chkrec = dr.Read();
if(chkrec == true)
{
string dasv = dr.GetInt32(0).ToString();
txtacno.Text = dasv;
}

//

Output
'/LM/w3svc/1/root/expdemo-5-128280938191702288': Loaded 'c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\expdemo\280c9982\bd477ac7\gottf48d.dll', Symbols loaded.

// Now

|Muhamad Waqas Butt|
waqasb4all@yahoo.com
www.sktech.freewebspace.com

GeneralRe: Access and ASP.Net Pin
Cfer835-Jul-07 8:33
Cfer835-Jul-07 8:33 
QuestionUnable to delete the file saved on the server. Pin
MissionSuccess5-Jul-07 2:01
MissionSuccess5-Jul-07 2:01 
AnswerRe: Unable to delete the file saved on the server. Pin
InsDev5-Jul-07 2:11
InsDev5-Jul-07 2:11 
AnswerRe: Unable to delete the file saved on the server. Pin
kubben5-Jul-07 2:18
kubben5-Jul-07 2:18 
GeneralRe: Unable to delete the file saved on the server. Pin
MissionSuccess5-Jul-07 2:47
MissionSuccess5-Jul-07 2:47 
QuestionTwo way comunication...! Pin
PavanPareta5-Jul-07 1:54
PavanPareta5-Jul-07 1:54 
AnswerRe: Two way comunication...! Pin
Sonia Gupta5-Jul-07 1:58
Sonia Gupta5-Jul-07 1:58 
GeneralRe: Two way comunication...! Pin
PavanPareta5-Jul-07 18:52
PavanPareta5-Jul-07 18:52 
Questionhow to give file path run time Pin
kuwl_mark5-Jul-07 1:52
kuwl_mark5-Jul-07 1:52 
AnswerRe: how to give file path run time Pin
Tarik Guney5-Jul-07 1:59
Tarik Guney5-Jul-07 1:59 
Questioncopy file Pin
kuwl_mark5-Jul-07 1:48
kuwl_mark5-Jul-07 1:48 
AnswerRe: copy file [modified] Pin
Tarik Guney5-Jul-07 2:01
Tarik Guney5-Jul-07 2:01 
GeneralRe: copy file Pin
kuwl_mark5-Jul-07 4:22
kuwl_mark5-Jul-07 4:22 
Questionget and set in asp.net Pin
Sonia Gupta5-Jul-07 1:47
Sonia Gupta5-Jul-07 1:47 
AnswerRe: get and set in asp.net Pin
InsDev5-Jul-07 2:02
InsDev5-Jul-07 2:02 
AnswerRe: get and set in asp.net Pin
Tarik Guney5-Jul-07 2:04
Tarik Guney5-Jul-07 2:04 
GeneralRe: get and set in asp.net Pin
Sonia Gupta5-Jul-07 2:09
Sonia Gupta5-Jul-07 2:09 

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.