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

ASP.NET

 
AnswerRe: Linq Queries Pin
padmanabhan N21-May-09 18:24
padmanabhan N21-May-09 18:24 
QuestionPlease Help Me soon... Pin
mohanbalal21-May-09 7:56
mohanbalal21-May-09 7:56 
AnswerRe: Please Help Me soon... Pin
ToddHileHoffer21-May-09 8:01
ToddHileHoffer21-May-09 8:01 
GeneralRe: Please Help Me soon... Pin
specialdreamsin21-May-09 20:03
specialdreamsin21-May-09 20:03 
GeneralRe: Please Help Me soon... Pin
ToddHileHoffer22-May-09 2:25
ToddHileHoffer22-May-09 2:25 
QuestionCrystal Report Parameter and ASP.net problem Pin
Ahmad Safwat21-May-09 5:52
Ahmad Safwat21-May-09 5:52 
AnswerCrystal Report Parameter and ASP.net problem Pin
Ahmad Safwat24-May-09 1:28
Ahmad Safwat24-May-09 1:28 
QuestionAutoPostback for the Textbox in the userControl Pin
Vimalsoft(Pty) Ltd21-May-09 3:52
professionalVimalsoft(Pty) Ltd21-May-09 3:52 
Good Day All

I have a textbox in a userControl and it has a Property "Autopostback" set to true, and as i know , this is encapsulated from the hosting page. now i need to set this property to true so that the Gridview in the Hosting page can recognize that the textbox of the usercontrol is set to true. I have added the following Properties from my User Control
public bool TextBoxAutoPostBack
{
    get {
        return txtbxActvs.AutoPostBack;
        }
      set
      {
          txtbxActvs.AutoPostBack = value;

      }
}


Now i need to use them in my hosting page.

Thanks

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

AnswerRe: AutoPostback for the Textbox in the userControl Pin
Yusuf21-May-09 4:39
Yusuf21-May-09 4:39 
GeneralRe: AutoPostback for the Textbox in the userControl Pin
Vimalsoft(Pty) Ltd21-May-09 4:47
professionalVimalsoft(Pty) Ltd21-May-09 4:47 
GeneralRe: AutoPostback for the Textbox in the userControl Pin
Paddy Boyd21-May-09 5:19
Paddy Boyd21-May-09 5:19 
GeneralRe: AutoPostback for the Textbox in the userControl Pin
Ibrahim Bello21-May-09 6:24
Ibrahim Bello21-May-09 6:24 
Questionneed help for private chat Pin
sasib21-May-09 3:45
sasib21-May-09 3:45 
JokeRe: need help for private chat Pin
AlexeiXX321-May-09 7:24
AlexeiXX321-May-09 7:24 
QuestionError: 'Page_Validators' is undefined Pin
samerh21-May-09 2:19
samerh21-May-09 2:19 
AnswerRe: Error: 'Page_Validators' is undefined Pin
Yusuf21-May-09 4:41
Yusuf21-May-09 4:41 
GeneralRe: Error: 'Page_Validators' is undefined Pin
samerh21-May-09 19:20
samerh21-May-09 19:20 
AnswerRe: Error: 'Page_Validators' is undefined Pin
Tech Code Freak25-Oct-11 1:21
Tech Code Freak25-Oct-11 1:21 
GeneralRe: Error: 'Page_Validators' is undefined Pin
MaulikDusara2-Jan-12 1:11
MaulikDusara2-Jan-12 1:11 
Questionproblem adding web reference for the web service located at server Pin
hannahwill21-May-09 1:54
hannahwill21-May-09 1:54 
Questionfile downloading issues in mozila and ie Pin
aamirzada21-May-09 0:34
aamirzada21-May-09 0:34 
Question[Message Deleted] Pin
sahoo.fm21-May-09 0:05
sahoo.fm21-May-09 0:05 
AnswerRe: creating pdf Pin
Ashfield21-May-09 1:23
Ashfield21-May-09 1:23 
QuestionCreate controls using a Web Control library Project and using those controls in asp.net web applications Pin
rains197920-May-09 23:26
rains197920-May-09 23:26 
AnswerRe: Create controls using a Web Control library Project and using those controls in asp.net web applications Pin
rains197921-May-09 0:43
rains197921-May-09 0: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.