ASP.NET 1.0 and 1.1 BasicsASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
Hai,
I'm working with asp.net 1.1
I've an editable combobox as a web user control. I've to call a code behind function when the user selects an item from this control and move the focus to some other control.
For this, I've called the codebehind function in the onblur event of the control. But, the function is being invoked when the page is loaded, but not when focus is lost.
Any suggestions??? Please welcome.
Try Lostfocus/SelectedValuechanged/SelectedIndexchanged events.
There are lots of different events in .NET try these events and one of these should work. Let me see your code so that i'll able to assist you better.