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

ASP.NET

 
GeneralRe: Gridview inside ListView Control Pin
megivimal20-Jul-09 1:22
megivimal20-Jul-09 1:22 
AnswerRe: Gridview inside ListView Control Pin
Zafar A khan 20-Jul-09 1:35
professionalZafar A khan 20-Jul-09 1:35 
GeneralRe: Gridview inside ListView Control Pin
megivimal20-Jul-09 2:00
megivimal20-Jul-09 2:00 
GeneralRe: Gridview inside ListView Control Pin
megivimal20-Jul-09 2:04
megivimal20-Jul-09 2:04 
GeneralRe: Gridview inside ListView Control Pin
Zafar A khan 20-Jul-09 18:47
professionalZafar A khan 20-Jul-09 18:47 
GeneralRe: Gridview inside ListView Control Pin
megivimal20-Jul-09 20:33
megivimal20-Jul-09 20:33 
QuestionTo get the value into the textbox when when particular item is selected in dropdown list Pin
Anjani Poornima20-Jul-09 0:19
Anjani Poornima20-Jul-09 0:19 
AnswerRe: To get the value into the textbox when when particular item is selected in dropdown list Pin
Baran M20-Jul-09 0:37
Baran M20-Jul-09 0:37 
Did you struck somewhere ? You said you have added values from the database to dropdownlist.
In DropDownList1_SelectedIndexChanged event, you can write code for creating textbox dynamically, bind it with database value and add it to the form.

Dim txt As New TextBox()
txt.Text = "Sample value from the database"
Me.form1.Controls.Add(txt)

Make the controls AutoPostBack property as "True".

Education is not a way to escape poverty — it is a way of fighting it.

QuestionAjax Passwordstrength Pin
m_krishna19-Jul-09 23:33
m_krishna19-Jul-09 23:33 
AnswerRe: Ajax Passwordstrength Pin
Blue_Boy19-Jul-09 23:55
Blue_Boy19-Jul-09 23:55 
AnswerRe: Ajax Passwordstrength Pin
Zafar A khan 20-Jul-09 0:16
professionalZafar A khan 20-Jul-09 0:16 
GeneralRe: Ajax Passwordstrength Pin
m_krishna20-Jul-09 2:08
m_krishna20-Jul-09 2:08 
AnswerRe: Ajax Passwordstrength Pin
Baran M20-Jul-09 0:23
Baran M20-Jul-09 0:23 
Questionhow to update a multiple tables in a gridview Pin
haleemasher19-Jul-09 22:50
haleemasher19-Jul-09 22:50 
AnswerRe: how to update a multiple tables in a gridview Pin
Manas Bhardwaj19-Jul-09 22:54
professionalManas Bhardwaj19-Jul-09 22:54 
GeneralRe: how to update a multiple tables in a gridview Pin
haleemasher19-Jul-09 23:00
haleemasher19-Jul-09 23:00 
AnswerRe: how to update a multiple tables in a gridview Pin
Abhijit Jana19-Jul-09 22:57
professionalAbhijit Jana19-Jul-09 22:57 
GeneralRe: how to update a multiple tables in a gridview Pin
haleemasher19-Jul-09 23:38
haleemasher19-Jul-09 23:38 
AnswerRe: how to update a multiple tables in a gridview Pin
Vimalsoft(Pty) Ltd19-Jul-09 23:33
professionalVimalsoft(Pty) Ltd19-Jul-09 23:33 
Questioni want to display value Pin
Rajee Maharjan19-Jul-09 20:36
Rajee Maharjan19-Jul-09 20:36 
AnswerRe: i want to display value Pin
Abhijit Jana19-Jul-09 20:45
professionalAbhijit Jana19-Jul-09 20:45 
AnswerRe: i want to display value Pin
N a v a n e e t h19-Jul-09 20:46
N a v a n e e t h19-Jul-09 20:46 
AnswerRe: i want to display value Pin
Blue_Boy19-Jul-09 21:39
Blue_Boy19-Jul-09 21:39 
QuestionText box Format problem Pin
ansriharsha19-Jul-09 20:23
ansriharsha19-Jul-09 20:23 
AnswerRe: Text box Format problem Pin
Baran M20-Jul-09 19:28
Baran M20-Jul-09 19: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.