Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

sirisha guttikonda

@sirisha guttikonda
About
Posts
54
Topics
34
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • restricting the download this vedio button from real player
    S sirisha guttikonda

    Hi all.... how can i restrict the download option thru code... in my web application. Thank you.

    siri

    Web Development question

  • Ajax TabContainer
    S sirisha guttikonda

    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

    ASP.NET help docker

  • dropdown problem
    S sirisha guttikonda

    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

    ASP.NET help

  • Page Refreshment problem
    S sirisha guttikonda

    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

    ASP.NET csharp help asp-net question

  • Session Timeout
    S sirisha guttikonda

    Hi all Can you please tell me what is the default timeout period for session and db connection.

    siri

    Web Development database question

  • Navigation
    S sirisha guttikonda

    i mentioned that i' m using html pages not aspx pages.

    siri

    Web Development html question

  • Finding Path
    S sirisha guttikonda

    But.I'm not able to the default saving location... i'm using hp wecam here... any ideas please...

    siri

    C# csharp

  • Navigation
    S sirisha guttikonda

    for my current requirement i should not change the url... any ideas please...

    siri

    Web Development html question

  • Finding Path
    S sirisha guttikonda

    Thanks for ur response.. Actually i need to store the web cam captured image dynamically

    siri

    C# csharp

  • Finding Path
    S sirisha guttikonda

    i mean. when web cam captures an images by default it will be saved in somewhere.... i want to get that path.

    siri

    C# csharp

  • Finding Path
    S sirisha guttikonda

    Hi.. Is it possible to find the webcam images path through C#.Net code. Thank you..

    siri

    C# csharp

  • Navigation
    S sirisha guttikonda

    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

    Web Development html question

  • Synchronization
    S sirisha guttikonda

    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

    Database database sysadmin

  • Capture and Save Image
    S sirisha guttikonda

    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

    C# database sql-server sysadmin tutorial

  • Memory stream
    S sirisha guttikonda

    Thank You...

    siri

    C# graphics performance help

  • Memory stream
    S sirisha guttikonda

    Thanks for your reply.. but.. still i'm getting same error Thanks

    siri

    C# graphics performance help

  • Memory stream
    S sirisha guttikonda

    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

    C# graphics performance help

  • Event handler for check box
    S sirisha guttikonda

    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

    C# csharp

  • Avoid viewing source code
    S sirisha guttikonda

    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

    Web Development

  • Windows service
    S sirisha guttikonda

    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

    Windows Forms help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups