Click here to Skip to main content
15,891,253 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to insert the same record multiple times in a MS Access 2000 database Pin
PIEBALDconsult13-Apr-13 8:01
mvePIEBALDconsult13-Apr-13 8:01 
GeneralRe: How to insert the same record multiple times in a MS Access 2000 database Pin
sobelhaj13-Apr-13 9:00
sobelhaj13-Apr-13 9:00 
GeneralRe: How to insert the same record multiple times in a MS Access 2000 database Pin
PIEBALDconsult13-Apr-13 11:18
mvePIEBALDconsult13-Apr-13 11:18 
AnswerRe: How to insert the same record multiple times in a MS Access 2000 database Pin
Mycroft Holmes13-Apr-13 13:20
professionalMycroft Holmes13-Apr-13 13:20 
AnswerRe: How to insert the same record multiple times in a MS Access 2000 database Pin
jschell14-Apr-13 7:12
jschell14-Apr-13 7:12 
Questionthe output of select command Pin
sara-setare12-Apr-13 7:13
sara-setare12-Apr-13 7:13 
AnswerRe: the output of select command Pin
RobCollins12-Apr-13 7:17
RobCollins12-Apr-13 7:17 
GeneralRe: the output of select command Pin
sara-setare12-Apr-13 7:28
sara-setare12-Apr-13 7:28 
ok,but how can I access the fname as string ;
my code is like this:
C#
<script>
protected void page_Load(object sender, EventArgs e)
{
//session["field3"] contains an Id from previous page
Id.Value = (string)Session["field3"];
} 
protected void salam(object sender,EventArgs e)
{
name.value="the row's name witch it's id is session["field3"]"


}
</script>
<html>
<input id="name"/>
<input id="Id"/>
</html>


do you undrestand me?
GeneralRe: the output of select command Pin
RobCollins12-Apr-13 7:59
RobCollins12-Apr-13 7:59 
GeneralRe: the output of select command Pin
sara-setare12-Apr-13 19:44
sara-setare12-Apr-13 19:44 
Questionupdate special row Pin
sara-setare12-Apr-13 1:20
sara-setare12-Apr-13 1:20 
AnswerRe: update special row Pin
Tim Carmichael12-Apr-13 1:35
Tim Carmichael12-Apr-13 1:35 
AnswerRe: update special row Pin
Shanalal Kasim12-Apr-13 3:11
Shanalal Kasim12-Apr-13 3:11 
AnswerRe: update special row Pin
David Mujica12-Apr-13 3:11
David Mujica12-Apr-13 3:11 
GeneralRe: update special row Pin
sara-setare12-Apr-13 3:50
sara-setare12-Apr-13 3:50 
AnswerRe: update special row Pin
Eddy Vluggen12-Apr-13 6:50
professionalEddy Vluggen12-Apr-13 6:50 
Questionthe insert command doesnt work Pin
sara-setare10-Apr-13 18:27
sara-setare10-Apr-13 18:27 
AnswerRe: the insert command doesnt work Pin
PIEBALDconsult10-Apr-13 19:00
mvePIEBALDconsult10-Apr-13 19:00 
GeneralRe: the insert command doesnt work Pin
sara-setare10-Apr-13 19:14
sara-setare10-Apr-13 19:14 
AnswerRe: the insert command doesnt work Pin
Pallavi Waikar10-Apr-13 19:55
Pallavi Waikar10-Apr-13 19:55 
GeneralRe: the insert command doesnt work Pin
sara-setare10-Apr-13 20:19
sara-setare10-Apr-13 20:19 
GeneralRe: the insert command doesnt work Pin
Richard Deeming11-Apr-13 1:53
mveRichard Deeming11-Apr-13 1:53 
AnswerRe: the insert command doesnt work Pin
Richard Deeming11-Apr-13 1:51
mveRichard Deeming11-Apr-13 1:51 
QuestionOleDb Overflow error Pin
TheJudeDude10-Apr-13 9:13
TheJudeDude10-Apr-13 9:13 
AnswerRe: OleDb Overflow error Pin
TheJudeDude10-Apr-13 9:28
TheJudeDude10-Apr-13 9:28 

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.