how to access html textarea element from code behind file
Written by Super Useryou will need to access html elements from asp.net
code behind file.i show you how to access widely used
html textarea element from code behind file -
System.Net namespace is for dealing with networking.It
is concerned with operations like downloading, uploading
files,making requests by http protocols.
to create and use the object instances on remote machines .Net remoting
is used,without any DCOM involved.
this article will cover .net remoting with common hosting method in IIS.
how to show textbox hint when textbox empty by jquery
Written by Super UserIt's a very common requirement to show hint in textbox when empty
and when textbox gets focus hint goes away.now a days many websites
implemented showing hint.there are many ways to do that by jquery.
Getting the element Id that fired an event using JQuery
Written by Super Useryou may want to get the asp.net control's or html element's
id when clicked or other events fired for that element.
It can be done in many ways using jquery or simple javascript.
if we need some fields from different tables
temporarily in our software or application then
the following javascript codes will help you find
out the browser details by some javascript functions