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

ASP.NET

 
GeneralRe: smalldatetime in repeater control Pin
radupopescu77710-Feb-09 1:30
radupopescu77710-Feb-09 1:30 
Questionload the mail box contact in dropdown Pin
Glossy9-Feb-09 23:11
Glossy9-Feb-09 23:11 
AnswerRe: load the mail box contact in dropdown Pin
Ranjit Viswakumar10-Feb-09 16:48
Ranjit Viswakumar10-Feb-09 16:48 
GeneralRe: load the mail box contact in dropdown Pin
Glossy10-Feb-09 19:43
Glossy10-Feb-09 19:43 
QuestionEvents in ASP.NET Page Pin
Kit Fisto9-Feb-09 23:04
Kit Fisto9-Feb-09 23:04 
AnswerRe: Events in ASP.NET Page Pin
Paddy Boyd10-Feb-09 0:24
Paddy Boyd10-Feb-09 0:24 
GeneralRe: Events in ASP.NET Page Pin
Kit Fisto10-Feb-09 0:58
Kit Fisto10-Feb-09 0:58 
AnswerRe: Events in ASP.NET Page Pin
Gaurav K Singh10-Feb-09 0:31
Gaurav K Singh10-Feb-09 0:31 
many option for your question.
(1)If you want to add textboxes content on server:
Make autopostback property of both the textbox is false. when you submit form the textchange event raise first then button click event raised.

(2) If you want to add textbox content in client: Then you must write javascript like this.
function add()
{
document.getElementbyId("Textbox3").value=document.getElementbyId("Textbox1").value + document.getElementbyId("Textbox2").value
}
you can call this function on lostFocus of textbox2.
One thing note down, Asp.net changes the ID and name of the control specailly when master paged are used. Check control ID from output of the page from(view\pagesource)and use that id in place of textbox1 2 or 3.

The miracle is this--the more we share, the more we have.

GeneralRe: Events in ASP.NET Page Pin
Kit Fisto10-Feb-09 1:24
Kit Fisto10-Feb-09 1:24 
GeneralRe: Events in ASP.NET Page Pin
Gaurav K Singh10-Feb-09 1:48
Gaurav K Singh10-Feb-09 1:48 
QuestionTreeview Pin
Saranya.Zy9-Feb-09 23:02
Saranya.Zy9-Feb-09 23:02 
AnswerRe: Treeview Pin
Glossy10-Feb-09 0:04
Glossy10-Feb-09 0:04 
GeneralRe: Treeview Pin
Saranya.Zy10-Feb-09 0:15
Saranya.Zy10-Feb-09 0:15 
GeneralRe: Treeview Pin
Glossy10-Feb-09 2:48
Glossy10-Feb-09 2:48 
AnswerRe: Treeview Pin
CodeProjectForum10-Feb-09 1:04
CodeProjectForum10-Feb-09 1:04 
GeneralRe: Treeview Pin
Saranya.Zy10-Feb-09 1:10
Saranya.Zy10-Feb-09 1:10 
GeneralRe: Treeview Pin
CodeProjectForum10-Feb-09 1:48
CodeProjectForum10-Feb-09 1:48 
GeneralRe: Treeview Pin
Saranya.Zy10-Feb-09 2:11
Saranya.Zy10-Feb-09 2:11 
QuestionHow to make edit,Update,Delete in datagrid in windows application Using C# Pin
Booma9-Feb-09 22:59
Booma9-Feb-09 22:59 
AnswerRe: How to make edit,Update,Delete in datagrid in windows application Using C# Pin
Vimalsoft(Pty) Ltd9-Feb-09 23:19
professionalVimalsoft(Pty) Ltd9-Feb-09 23:19 
AnswerRe: How to make edit,Update,Delete in datagrid in windows application Using C# Pin
_AK_10-Feb-09 1:20
_AK_10-Feb-09 1:20 
QuestionHow to create a Mail Application in asp.net. Pin
Jitendra-Web-Developer9-Feb-09 22:33
Jitendra-Web-Developer9-Feb-09 22:33 
AnswerRe: How to create a Mail Application in asp.net. Pin
N a v a n e e t h9-Feb-09 22:50
N a v a n e e t h9-Feb-09 22:50 
AnswerRe: How to create a Mail Application in asp.net. Pin
_AK_10-Feb-09 1:19
_AK_10-Feb-09 1:19 
QuestionHow to Send WebMail to Yahoo id Pin
Robymon9-Feb-09 22:02
Robymon9-Feb-09 22:02 

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.