Click here to Skip to main content
15,919,479 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Event with javascript in .NET Pin
Paul Riley4-Sep-02 10:33
Paul Riley4-Sep-02 10:33 
GeneralRe: Event with javascript in .NET Pin
Mazdak4-Sep-02 18:52
Mazdak4-Sep-02 18:52 
Generaltwo question Pin
Mazdak4-Sep-02 7:54
Mazdak4-Sep-02 7:54 
GeneralRe: two question Pin
alex.barylski4-Sep-02 12:22
alex.barylski4-Sep-02 12:22 
GeneralRe: two question Pin
Mazdak4-Sep-02 18:52
Mazdak4-Sep-02 18:52 
GeneralRe: two question Pin
Jeremy Falcon5-Sep-02 3:48
professionalJeremy Falcon5-Sep-02 3:48 
GeneralRe: two question Pin
Mazdak5-Sep-02 20:57
Mazdak5-Sep-02 20:57 
Generalhave a string value, need its related integer value Pin
mcm4-Sep-02 1:18
mcm4-Sep-02 1:18 
<%
Do While Not RS.EOF
Response.Write ""
Response.Write RS("Skill")
RS.MoveNext
Loop
%>"><% Response.Write (Session("strSkill"))%>


The option i wish to be selected is that value which is obtained from a previous form. this value is StrSkill. it is a string value. however, when adding the record to a database(in the next form), i need SkillID, which is an integer value. i am trying to obtain this by means of the SQL statement but it is not working. what is the problem, or is there an alternative soln? (note: the table is Skills : Skill(text), SkillID(int))
thank you!
GeneralRe: have a string value, need its related integer value Pin
Paul Riley4-Sep-02 1:26
Paul Riley4-Sep-02 1:26 
GeneralRe: have a string value, need its related integer value Pin
mcm4-Sep-02 5:53
mcm4-Sep-02 5:53 
GeneralRe: have a string value, need its related integer value Pin
Paul Riley4-Sep-02 6:53
Paul Riley4-Sep-02 6:53 
GeneralBrowser DOM references Pin
alex.barylski4-Sep-02 0:28
alex.barylski4-Sep-02 0:28 
GeneralRe: Browser DOM references Pin
Jeremy Falcon5-Sep-02 3:53
professionalJeremy Falcon5-Sep-02 3:53 
GeneralIgnore my last message read me instead Pin
alex.barylski4-Sep-02 0:25
alex.barylski4-Sep-02 0:25 
GeneralRe: Ignore my last message read me instead Pin
Not Active5-Sep-02 7:52
mentorNot Active5-Sep-02 7:52 
QuestionRetrieving the next element...??? Pin
alex.barylski3-Sep-02 23:40
alex.barylski3-Sep-02 23:40 
Generalonline billing for students.... Pin
drmzunlimited3-Sep-02 11:12
drmzunlimited3-Sep-02 11:12 
Generalderiving an integer value Pin
mcm3-Sep-02 6:08
mcm3-Sep-02 6:08 
GeneralRe: deriving an integer value Pin
Nick Parker3-Sep-02 8:10
protectorNick Parker3-Sep-02 8:10 
Generalpassing values when redirecting Pin
mcm3-Sep-02 5:06
mcm3-Sep-02 5:06 
GeneralRe: passing values when redirecting Pin
Paul Riley3-Sep-02 5:41
Paul Riley3-Sep-02 5:41 
GeneralRe: passing values when redirecting Pin
Nick Parker3-Sep-02 8:14
protectorNick Parker3-Sep-02 8:14 
GeneralTemplateColumn:DropDownList Edit Selected Item Pin
MStanbrook2-Sep-02 15:11
MStanbrook2-Sep-02 15:11 
GeneralRe: TemplateColumn:DropDownList Edit Selected Item Pin
Todd Smith2-Sep-02 15:36
Todd Smith2-Sep-02 15:36 
GeneralRe: TemplateColumn:DropDownList Edit Selected Item Pin
MStanbrook2-Sep-02 15:50
MStanbrook2-Sep-02 15:50 

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.