Click here to Skip to main content
15,908,901 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: MAC Address Through IE ? Pin
RichardGrimmer7-Nov-06 5:39
RichardGrimmer7-Nov-06 5:39 
GeneralRe: MAC Address Through IE ? Pin
Yona Low7-Nov-06 7:08
Yona Low7-Nov-06 7:08 
AnswerRe: MAC Address Through IE ? Pin
ednrgc7-Nov-06 6:21
ednrgc7-Nov-06 6:21 
GeneralRe: MAC Address Through IE ? Pin
Yona Low7-Nov-06 7:10
Yona Low7-Nov-06 7:10 
GeneralRe: MAC Address Through IE ? Pin
ednrgc7-Nov-06 7:15
ednrgc7-Nov-06 7:15 
Questionwich button pressed in asp.net Pin
markmestrom7-Nov-06 4:28
markmestrom7-Nov-06 4:28 
AnswerRe: wich button pressed in asp.net Pin
Parwej Ahamad7-Nov-06 5:17
professionalParwej Ahamad7-Nov-06 5:17 
QuestionDropDown Search Pin
Dayekh7-Nov-06 4:01
Dayekh7-Nov-06 4:01 
Hi,

I have 3 tables: table1, table2 and table3.

Table 1 (table1ID, Name1)
Table 2 (table2ID, table1ID, Name2)
Table 3 (table3ID, table2ID, Name3)

I have 2 DropDownLists: ddltable1SEARCH and ddltable2SEARCH.

They are both databound with the fields table1.Name1 and table2.Name2 respectively.

I also have a Datagrid: table3grid.

It is databound with the field table3.Name3.

NOTE: Please keep in mind the table relationships. My point is:

I CANNOT directly perform a search using the first dropdown. DropDown2 relies on DropDown1. When DropDown1 changes, DropDown2 changes to display available entries. THEN, the search is directly done by using DropDown2 for the Datagrid.

I have already created the view for the tables.
Therefore, I would like to know which of the following VB statements is syntatically correct when I am passing the search values from the DropDowns to a SubRoutine:

obj.SearchSubRoutine(Me.ddltable2SEARCH.SelectedValue)

OR

obj.SearchSubRoutine(Me.ddltable1SEARCH.SelectedValue And Me.ddltable2SEARCH.SelectedValue)
AnswerRe: DropDown Search Pin
ravie gopal7-Nov-06 15:48
ravie gopal7-Nov-06 15:48 
GeneralRe: DropDown Search Pin
Dayekh7-Nov-06 22:37
Dayekh7-Nov-06 22:37 
QuestionJavascript Pin
sribachana7-Nov-06 3:33
sribachana7-Nov-06 3:33 
QuestionDropdown List Pin
Khan.Bangash7-Nov-06 3:02
Khan.Bangash7-Nov-06 3:02 
AnswerRe: Dropdown List Pin
_AK_7-Nov-06 19:36
_AK_7-Nov-06 19:36 
QuestionHow to have post Remainders?? Pin
Dileep.M7-Nov-06 2:50
Dileep.M7-Nov-06 2:50 
AnswerRe: How to have post Remainders?? Pin
CWIZO7-Nov-06 3:00
CWIZO7-Nov-06 3:00 
AnswerRe: How to have post Remainders?? Pin
Andrei_KS7-Nov-06 20:34
Andrei_KS7-Nov-06 20:34 
QuestionPlease help me!!! Pin
Kamalatharsan7-Nov-06 2:08
Kamalatharsan7-Nov-06 2:08 
AnswerRe: Please help me!!! Pin
Khan.Bangash7-Nov-06 2:17
Khan.Bangash7-Nov-06 2:17 
AnswerI think there will be no Click event for text field Pin
Dileep.M7-Nov-06 2:54
Dileep.M7-Nov-06 2:54 
AnswerRe: Please help me!!! Pin
monika_vasvani7-Nov-06 17:07
monika_vasvani7-Nov-06 17:07 
AnswerRe: Please help me!!! Pin
dj.rock7-Nov-06 17:59
dj.rock7-Nov-06 17:59 
QuestionHow i wite Page Directries..... Pin
Sam.M7-Nov-06 0:59
Sam.M7-Nov-06 0:59 
AnswerRe: How i wite Page Directries..... Pin
Paddy Boyd7-Nov-06 1:30
Paddy Boyd7-Nov-06 1:30 
Questionxml file syncronization Pin
kumarprabhakar747-Nov-06 0:55
kumarprabhakar747-Nov-06 0:55 
AnswerRe: xml file syncronization Pin
ravie gopal7-Nov-06 16:18
ravie gopal7-Nov-06 16:18 

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.