How can i set the AutoPostBack property for some items in the dropdownlist ? Example: When i select some items in the dropdownlist, i want the page to postback, while other items should not.
Luay Essa
Posts
-
Set the DropDownList AutoPostBack property for some items -
Is ASP.net with typed dataset safe from SQL injection ? [modified]I am developing web sites using Visual Studio 2005 and typed dataset to access the database (SQL 2005 and Access 2003). Because the typed dataset generate parameterized queries, is that enough to be safe from SQL injection ?
-
Insert Code tag in the webbrowser controlI have webbrowser control and a tool menu. There is a button in the tool menu that when clicked, the webbrowser should surround the selected text with a "
" tag. Do you have any idea how can i do this ?
-
need help for javascript MouseDragging -
DropdownList Overlapping DHTML DropDown MenuUse Ajax
-
Regular Expression For YearTry this: ^\d{1,4}$
-
Download file in Web using C#.net 2.0Try to user response.BinaryWrite
-
Question in CSSis there a differnece between these styles ? 1- body { bla... bla } html body { bla... bla }
-
Question in CSSIs there a difference between these two styles ?: 1- *{ margin:0; } 2- body { margin:0; }
-
Securing Access to downloadable software1- provide an account for each customer. 2- store the software(binary data) in a database. 3- when the user clicks to download the software, perform any checks you want before getting the software from the database.
-
Closing window in FireFox ?Vasudevan Deepak Kumar wrote:
Have you used it
Without it, the javascript coding is more complex than building nuclear weapons.
-
Closing window in FireFox ?There is no Error !!
-
Closing window in FireFox ?Pete O`Hanlon wrote:
Curses to FireFox.
FireFox is the best browser (for the web developers).
-
Closing window in FireFox ?It did not work :( !! Remember that i test only on FireFox
-
Closing window in FireFox ?Michael Sync wrote:
Try this link.
Also this solution does not work !! I think this is the final answer: "You can only close a window with JavaScript that you opened with JavaScript. If your visitor opened the window then you can't close it." Check this: http://www.webdeveloper.com/forum/showthread.php?t=153088
-
Closing window in FireFox ?Michael Sync wrote:
window.close(); doesn't work??
Unfortunately, it does not work:(
-
Closing window in FireFox ?How to close a window (not a popup) using javascript in FireFox ?
-
Title for crystal report projectDataBase Management System
-
ImageButton problem.See the HTML source code for the uploaded page after browsing it. Check the path of the image.
-
unable to compare in javascript [modified]rahul.net11 wrote:
Can i debug in javascript if the javascript is externally available.
Yes, you can do it even if the javascript code in separate file