ok fine.I would do it as soon as possible.
Malay1986
Posts
-
[Message Deleted] -
[Message Deleted][Message Deleted]
-
[Message Deleted][Message Deleted]
-
[Message Deleted][Message Deleted]
-
ispostback and loadcontrol() method issueHello everyone, I am using loadcontrol method to load custom controls. I have a single .aspx page and a left menu (.ascx control) which is loaded dynamically. When i click on the left menu's link, control is loaded accordingly. The problem is: Loadcontrol always loads control with ispostback=true. It happens bcoz i have used __doPostBack() onclick of the leftmenu's link. I want the ispostback = false in the control's load event. Any help is always welcome. Thanks, Malay Khandhediya.
-
ispostback and loadcontrol() method issueHello everyone, I am using loadcontrol method to load custom controls. I have a single .aspx page and a left menu (.ascx control) which is loaded dynamically. When i click on the left menu's link, control is loaded accordingly. The problem is: Loadcontrol always loads control with ispostback=true. It happens bcoz i have used __doPostBack() onclick of the leftmenu's link. I want the ispostback = false in the control's load event. Any help is always welcome. Thanks, Malay Khandhediya.
-
Please HelpThanks. But i have used the textbox of html(input type="text") and i am using javascript function.Through javascript function i am passing value of textbox to the other aspx page and from there through querystring that value is fetched and then select query is fired. What should i do?
-
Please HelpHello to all. I have one textbox which has a facility of autocomplete and the autocomplete criteria comes from the database. example: if i enter "a" in textbox the words starting from "a" appear in the listbox below the textbox.Now i have done coding in such a way that if i press enter in the listbox then the word in the listbox is filled in the textbox and the listbox disappears. sql tables used: Table1: AID int, AName varchar(50) Table2: Aid int, ADescription varchar(200) The text displayed in the listbox is AName. I want to display the no. of records of ADescription having Aid that has Aname from Table1. I want to display that records as soon as the value in the listbox is selected.In which event should i write the code. Please help me.
-
Error:"Value does not fall within the expected range"Hello. When i open the "Project Properties" to change the startup object i get an error message "Value does not fall within the expected range" I am not able to change the startup object. Please help me out if anyone has any idea. Please Please
-
ModuleHow to access a method declared in a module in asp.net 2.0?
-
AssemblyHow to create an assembly in Asp.Net 2.0?