Hi all.... how can i restrict the download option thru code... in my web application. Thank you.
siri
Hi all.... how can i restrict the download option thru code... in my web application. Thank you.
siri
Hi all .. I have a problem with Ajax tab container.I have used this my pplication it is working fine in Mozilla but in IE it is rendering as visible:hidden. I worked a lot on this. can plz provide some help on this. Thank you.
siri
hi all.. I have an asp:dropdownlist on that page. After an UpdatePanel async postback, the DropDown stops working. it is clickable but does not open up (or drop down). If you click somewhere else on the page, then click again on the dropdown then it expands, but the value does not change. Then, if I switch to another Browser window or another application then come back, Voila! it has become ok. The dropdown now works completely normal. This all has started happening recently only in Firefox. All other browsers including IE 7, Chrome, Safari don't have this issue and work perfectly fine. can you help me on this Thank you.
siri
Hi All. we have developed a web application using asp.net and c# and we didn't use ajax much in this application. my problem is that whenever i click on a button to perform some operations user is presented with white screen for a second. how can i prevent this without using ajax. can you plz help me on this. thank you,
siri
Hi all Can you please tell me what is the default timeout period for session and db connection.
siri
i mentioned that i' m using html pages not aspx pages.
siri
But.I'm not able to the default saving location... i'm using hp wecam here... any ideas please...
siri
for my current requirement i should not change the url... any ideas please...
siri
Thanks for ur response.. Actually i need to store the web cam captured image dynamically
siri
i mean. when web cam captures an images by default it will be saved in somewhere.... i want to get that path.
siri
Hi.. Is it possible to find the webcam images path through C#.Net code. Thank you..
siri
Hi all... i'm developing a website which is having all html pages.. when i navigate from one page to another url address of the site should not change...what should i do...? i'm using anchor tag and hyperlink for navigation. can you please give me idea on this... Thank You...
siri
Hi all.. I have an application which is having 2 servers. client is having his own server and we are maintaining another server for online transactions. when internet connection fails at client side,client is allowed to perform transaction at his place and we need to synchronize the database of both client side and server side when connection gets active. can you one give me suggestions... if the post is not clear.. i will give you in details.. Thankyou...
siri
Hi all I need to capture the the image from web cam and should save that image in sql server database. I can save the image which is uploaded using fileupload control. but how to deal when input is webcam captured image... can you please give me any suggestions or links.... Thank You,
siri
Thank You...
siri
Thanks for your reply.. but.. still i'm getting same error Thanks
siri
Hi all .. I'm trying to save an image from memory stream content. but getting error like "Parameter is not valid." at newImage = System.Drawing.Image.FromStream(ms); can you please suggest me. Here is my code..
System.Drawing.Image newImage;
using (MemoryStream ms = new MemoryStream(photoByte, 0, photoByte.Length))
{
ms.Write(photoByte, 0, photoByte.Length);
newImage = System.Drawing.Image.FromStream(ms);
newImage.Save(strFileName);
img.Attributes.Add("src", strFileName);
}
Thanks
siri
Hi all I have 20 check boxes in my page and i need to fire the checkbox checked event for all check boxes. Instead of writing the checked event for each and every checkbox is there any way to fire the checked event with only one function.i need to get check box id if it is checked. I'm doing in C#.Net web application Thank you.
siri
Hi all. Is is possible to avoid viewing source code of a web page. i can disable mouse right click... and i want to restrict from menu options also.. is it possible. Thank you.
siri
hi all.. can any help to find the windows service path..?? i have tried in following 3 ways... but i didn't get it. 1. System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase).Substring(6)); 2. AppDomain.CurrentDomain.SetupInformation.PrivateBinPath); 3. System.Management.ManagementObjectSearcher sor =new System.Management.ManagementObjectSearcher("SELECT PathName FROM Win32_Service WHERE Name =MyWinService" ); foreach (ManagementObject mo in sor.Get()) { strwriter.Write(Path.GetDirectoryName(mo["PathName"].ToString())); } } thank you.
siri