-
Hi, Is there a way of reading a cookie created from a main page (using javascript) when you are in a pop up, but i need to read in from asp.net thanks
-
If you're trying to Encrypt a string from the code behind and Decrypt it inside the Stored Procedure, This Reply won't help you..... But if u r trying to send an Encrypted String [ eg : a Password] to your database and check and compare passwords each time a user logs in, this will give u some...
-
somebody tell me how can i download 70-529 CD . i have the eBook , but i need the questions to do the mock exam practice .
-
How do I accociate two update panel into a single update progress..? The update progress need to be common to both update panels...
-
if (!EventLog.SourceExists("WebApplication", ".")) { EventLog.CreateEventSource("WebApplication", "Application"); } EventLog errotLog = new EventLog("Application", ".", "WebApplication"); errotLog.WriteEntry("Log created"...
-
<script language="javascript"> function browse() { var dialog = new ActiveXObject('MSComDlg.CommonDialog'); dialog.Filter = 'All files (*.*)|*.*|'; dialog.MaxFileSize = 260; dialog.ShowOpen(); document.forms[0]['Uploader1$TextBox1'].value = dialog.FileName; return...
-
guys i was just thinking about blogging how we can create blogging site(taylor made) without using such like blogger , wordpress. and what is DNN .
-
first of all thanks guys, i am able to open the pdf in a seperate ie window . but i m trying to open the pdf in inside the contentplaceholder when i m clicking the tree view node. ....................... i m very glad somehow i solved the inconsistent width problem of the treeview control . what i did...
-
hi Melick, Thank you very much, it worked for me. Now I have another problem, is there something special on INSERT statement when inserting these values, or same as varchar values....?
-
Hi all, The problem has been changed, my database is using N type field for storing. For example i have a product code which contains characters from multiple languages like english, russian, sinhala, etc. So when user need to search from this product code, how do i handle this. How to write the sql...