Click here to Skip to main content
15,879,095 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.NET Active Directory Pin
Abhijit Jana7-Aug-08 18:26
professionalAbhijit Jana7-Aug-08 18:26 
AnswerRe: ASP.NET Active Directory Pin
Brij7-Aug-08 18:25
mentorBrij7-Aug-08 18:25 
GeneralRe: ASP.NET Active Directory Pin
Socheat.Net7-Aug-08 18:31
Socheat.Net7-Aug-08 18:31 
AnswerRe: ASP.NET Active Directory Pin
Brij7-Aug-08 18:40
mentorBrij7-Aug-08 18:40 
GeneralRe: ASP.NET Active Directory Pin
Socheat.Net7-Aug-08 18:48
Socheat.Net7-Aug-08 18:48 
GeneralRe: ASP.NET Active Directory Pin
Brij7-Aug-08 19:00
mentorBrij7-Aug-08 19:00 
GeneralRe: ASP.NET Active Directory Pin
Socheat.Net7-Aug-08 19:43
Socheat.Net7-Aug-08 19:43 
QuestionRe: ASP.NET Active Directory Pin
Abhijit Jana7-Aug-08 19:53
professionalAbhijit Jana7-Aug-08 19:53 
AnswerRe: ASP.NET Active Directory Pin
Socheat.Net7-Aug-08 20:12
Socheat.Net7-Aug-08 20:12 
GeneralRe: ASP.NET Active Directory Pin
Abhijit Jana7-Aug-08 20:19
professionalAbhijit Jana7-Aug-08 20:19 
GeneralRe: ASP.NET Active Directory Pin
Socheat.Net7-Aug-08 21:51
Socheat.Net7-Aug-08 21:51 
GeneralRe: ASP.NET Active Directory Pin
Abhijit Jana7-Aug-08 22:24
professionalAbhijit Jana7-Aug-08 22:24 
QuestionA page can have only one server-side Form tag. Pin
snouto7-Aug-08 11:59
snouto7-Aug-08 11:59 
AnswerRe: A page can have only one server-side Form tag. Pin
Abhijit Jana7-Aug-08 18:19
professionalAbhijit Jana7-Aug-08 18:19 
GeneralRe: A page can have only one server-side Form tag. Pin
snouto7-Aug-08 20:46
snouto7-Aug-08 20:46 
QuestionSearch Page Pin
scottichrosaviakosmos7-Aug-08 9:31
scottichrosaviakosmos7-Aug-08 9:31 
Please solve my issue .

i want to develope a search form for which will search the values from a table and fetch the values from the table and show that value in the a gridview.

now i am going t describe everything:.


i have a table suppose tbl_update which having following coloums:

tb_id int
file_id int
App_Type nvarchar(50)
Role_id int
Field_Name nvarchar(50)
Old_Value nvarchar(50)
New_Value nvarchar(50)
Form_Name nvarchar(50)
Cycle nvarchar(50)
Date datetime(50)


Now about the form:

In the form i have 5 Dropdowns whose id's are:

1)ApplicationType ( should populate from App_Type coloum of table and appname should be distinct)

2)case name (should populate from File_id coloum of table)

3)Cycle (should populate from cycle coloum of table)

4)formName (should populate from form_name coloum of table)

5)fieldname (should have to populate from field_ name column of table)


now the conditions are as :

1) when i click applicationtype dropdown then case name should be populated and value should change by selecting value of applicationtype dropdown,
and also when i select cycle the case name should be changed and affected or should be populated.

2) Also when i select ApplicationType then the formname dropdownlist should be populated and then when i select formname dropdownlist then
fieldname dropdown should be populated.


And then when all dropdown is populated as by the mentioned condition above then there will be a button on the form named "SEARCH ", when clicking on the

button search the searched value will be shown in a gridview.

please help me in making database handling in this form , i mean if using stored procedure then help me in making that also .. i mean i want everything from
scratch , since i dont know ohw to write a storedprocedure or query also and to write logical query.


I Hope Someone can help me , since i am a fresher to programming and learning so finding very difficult to handle .

i am attaching the snapshot of the database table so that a clear view can be made.

Please i want a full code of everything if possible with javascript validations, i mean anyone who help me then have to take some time for this and whatever
he/she finds suitable for validations can add that also.


Please , this is very urgent.... hope will get support from members.

Thank You.
AnswerRe: Search Page Pin
NeverHeardOfMe7-Aug-08 9:47
NeverHeardOfMe7-Aug-08 9:47 
GeneralRe: Search Page Pin
led mike7-Aug-08 9:54
led mike7-Aug-08 9:54 
GeneralRe: Search Page Pin
NeverHeardOfMe7-Aug-08 9:59
NeverHeardOfMe7-Aug-08 9:59 
GeneralRe: Search Page Pin
led mike7-Aug-08 11:52
led mike7-Aug-08 11:52 
GeneralRe: Search Page Pin
NeverHeardOfMe7-Aug-08 13:01
NeverHeardOfMe7-Aug-08 13:01 
AnswerRe: Search Page Pin
Mike Ellison7-Aug-08 10:09
Mike Ellison7-Aug-08 10:09 
AnswerRe: Search Page Pin
Paul Conrad7-Aug-08 11:05
professionalPaul Conrad7-Aug-08 11:05 
GeneralRe: Search Page Pin
scottichrosaviakosmos8-Aug-08 9:40
scottichrosaviakosmos8-Aug-08 9:40 
GeneralRe: Search Page Pin
Paul Conrad8-Aug-08 9:43
professionalPaul Conrad8-Aug-08 9:43 

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.