usig the fileupload control i have selected a file and the path of that file s shown in the control. how to get that path of a file ...
Nidhiii
Posts
-
fileupload control -
masterpageIn an asp.net webpage we can set AsyncTimeout ="0" in a page directive. but im using a masterpage.in dat page how v can set asynchronous timeout? pls give me a solution
-
thread in asp.net [modified]how can i improve speed of executing a thread in asp.net. (not priority) -- modified at 8:01 Thursday 16th August, 2007
-
chekbox in javascripthow v can get value of chekbox (cheked or unchekd)in a javascript im using a content page .In dat page i put a chekbox with id=ChKPromoActive; i hav tried this code but it s returning null value var chkPromo = document.getElementById("ChKPromoActive"); alert(chkPromo);
-
treeviewim giving treeview node colour using this code (shown below) treenode.Text = "" Addition ""; bt at that time its tooltip is showing "" Addition ""; when im giving treenode.tooltip="something" it is nt working pls give me a solution
-
treeview [modified]im giving treeview node colour using this code (shown below) treenode.Text = "" Addition ""; bt at that time its tooltip is showing "" Addition ""; when im giving treenode.tooltip="something" it is nt working pls give me a solution -- modified at 6:30 Friday 10th August, 2007
-
datagrid columnlinkam having the problem when retreving data from database. i hav a value in database "page'3.aspx". single quotes is there. i retrieve it and displays it in a datagrid as a link.The link displays like page'3.asp but the problem is when im passing dat value as a querystring it i snot taking dat singlequote [<%# DataBinder.Eval(Container.DataItem,"Art_Nr") %>](Add_or_Edit_Article.aspx?ArtNr=<%# DataBinder.EvalContainer.DataItem, "Art_Nr") %>)
-
datagrid with singlequoteshelooo... im binding a datagrid in webpage.in that one column is a linkcolumn ; In that column some datas are with singlequotes;like "abc'" if im clicking dat perticular data i couldnt able to pass dat value to nextpage;plase gv a solution...