Forum: ASP.NET Aug 4th, 2004 |
| Replies: 3 Views: 13,359 Re: Regarding ASP.NET worker process Thanks,
I still have some doubts with the ProcessRequest method. Who calls this method?? Is it the HttpApplication object or the worker process.
Thanks and Regards,
cspek |
Forum: ASP.NET Aug 2nd, 2004 |
| Replies: 3 Views: 2,997 |
Forum: ASP.NET Jul 31st, 2004 |
| Replies: 3 Views: 2,997 Regarding ListItem Class Hi All,
I am using a DropDownList in my page and I am binding the property of this server control like follows.
<%#DropDownList1.SelectedItem.Text%>
What I am finding is that it returns the text... |
Forum: ASP.NET Jul 30th, 2004 |
| Replies: 3 Views: 13,359 Regarding ASP.NET worker process I have read about the asp.net worker process but I am not very clear about the same.
I have read only one worker process is created for every processor. But, they have also specified that looking... |