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

Sundeep Ganiga

@Sundeep Ganiga
About
Posts
38
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Developer to Business Analyst....
    S Sundeep Ganiga

    Hi All, Can you please guide me on this.I am in dilemma now. I have started working as dotnet developer(software engineer) in a reputed company since from 2 years 3 months upto now.Recently,I got an offer in other good company,role being given "Business Analyst",who is intended to work on development as well as management part(may be interacting with client,data analysis given by client and gathering the requirement and more documentation of requirements).I am not able to take a decision,whether to take this challenge or not now early for just 2 years exp. Suppose,if I go ahead,will it problem in future for me to come back to core development,or is it good to go further positions in same field. what is exact work nature of' Business Analyst'? Can you come out with your opinion this? SG

    SG

    The Lounge business question csharp asp-net help

  • message box
    S Sundeep Ganiga

    luckydear wrote:

    ----response.write("confirm('some message')");----

    I don't Think so,That Response.write will allow you to execute javascript here.Instead You can go for Page.reg..clientscript(if there is no master page.can You just paste the button onclientclick code here and also aspx button properties mentioned of aspx page here,so that i can tell wat is mistake being done.or mail me the page code to sundeepganiga@gmail.com.I will try to find solu if possible. Regards, S G

    Sundeep Ganiga
    **When the only tool you have is a hammer, everything looks like a nail.
    Come Forth Yourself to Click "Good Answer" for any expected solution.
    Let us Support our C Project Programmers who provide solutions here.

    **

    ASP.NET csharp asp-net design question

  • message box
    S Sundeep Ganiga

    jyothi,

    luckydear wrote:

    btnapply.OnClientClick = "return confirm(''you r applying leave for" + totaldays + " days to " + selectauthority + "')";

    This code has placed before the click event of that button which is being raised(btnapply).Even,You can place this in aspx page also or page load event. SG

    Sundeep Ganiga
    **When the only tool you have is a hammer, everything looks like a nail.
    Come Forth Yourself to Click "Good Answer" for any expected solution.
    Let us Support our C Project Programmers who provide solutions here.

    **

    ASP.NET csharp asp-net design question

  • message box
    S Sundeep Ganiga

    jyothi,

    luckydear wrote:

    **please dont suggest alert or confirm box because they r showing values in other page that means the background is becoming white.

    There is nothing like javascript(alert/Confirm) will not help here. Try to get it like this.on submit button on client click,You should.. btnSubmit.OnClientClick = " return confirm('you are applying leave for 2 days to xxxauthority');" This will neither allow to access the present page controls,nor navigate to other page. Regards, S G

    Sundeep Ganiga
    **When the only tool you have is a hammer, everything looks like a nail.
    Come Forth Yourself to Click "Good Answer" for any expected solution.
    Let us Support our C Project Programmers who provide solutions here.

    **

    ASP.NET csharp asp-net design question

  • HyperlinkButton won't navigate to external site
    S Sundeep Ganiga

    Hey fjparisIII, Try this,it is working for google.co.in in Hyper button click event. HtmlPage.Window.Navigate(New Uri("http://www.google.co.in", UriKind.Absolute)) Regards,

    Sundeep Ganiga
    **When the only tool you have is a hammer, everything looks like a nail.
    Come Forth Yourself to Click "Good Answer" for any expected solution.
    **

    WPF html help

  • Is there any IDE for the XAML development
    S Sundeep Ganiga

    Abdul, Check With this Links Once,It might help You... KAXAML EDITOR[^] KAXAML Preview[^] Sundeep G

    Sundeep Ganiga When the only tool you have is a hammer, everything looks like a nail. Come Forth Yourself to Click "Good Answer" for any expected solution. Let us Support our C Project Programmers who provide solutions here.

    WPF csharp wpf design database sql-server

  • Regarding IE 8.0
    S Sundeep Ganiga

    Refer this Link To know solution http://forums.asp.net/t/1431373.aspx[^]

    Sundeep Ganiga When the only tool you have is a hammer, everything looks like a nail. Come Forth Yourself to Click "Good Answer" for any expected solution. Let us Support our C Project Programmers who provide solutions here.

    ASP.NET csharp asp-net

  • DataGridTextColumn Content?
    S Sundeep Ganiga

    In hyperlink click event,I can get that ColA value

    Private Sub hllnkbtn_Click(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs)
    txtColA.Text = CType(e.OriginalSource, HyperlinkButton).Content
    'txtColB.Text = CType(e.OriginalSource, DatagridTextColumn).Content 'This cannot be done here
    End Sub

    Another Question,If You know the solution please respond.. http://www.codeproject.com/Messages/3268368/How-to-find-Duplicate-record-using-silverlight-web.aspx

    WPF database help question

  • How to find Duplicate record using silverlight web service
    S Sundeep Ganiga

    Dear all, I have a maintenance database table(having ColA(primary) and ColB(varchar)) being records inserted using asynchronous web service.Before inserting a new record into table on save button click event,i have to check uniqueness of record.So, When i send query request to check with given record Webservice completed event is raised after the save button click event.So, I am not able to check the uniqueness using asynchronous web services.Please help me in finding a solution for this. regards, Sundeep G

    WPF database wcf help tutorial

  • DataGridTextColumn Content?
    S Sundeep Ganiga

    Dear all, I have datagrid control being data bind from database using webservice in which there are two columns called ColA and ColB. ColA is HyperlinkButton(DataGridTemplateColumn) and ColB is DataGridTextColumn. There is Click event for HyperlinkButton(ColA),in which I am trying get the content of both Column values(ColA and ColB).It is able to read ColA but not ColB from Code.Can anyone help me regarding this. Regards, Sundeep G

    WPF database help question

  • Problem after deploying ASP.Net application
    S Sundeep Ganiga

    Dear Nag, You need to reinstall the .net framework here.Generally this error occurs when You install .net framework and then IIS.Install only .net framework and check it out. if it still shows let me know. Sundeep G

    When the only tool you have is a hammer, everything looks like a nail. Come Forth Yourself to Click "Good Answer" for any expected solution. Let us Support our C Project Programmers who provide solutions here.

    ASP.NET csharp asp-net dotnet design windows-admin

  • Mail sending failed
    S Sundeep Ganiga

    Go Through this link Once,It might Help You.. I Have not Tried This... Send Email

    Sundeep Ganiga When the only tool you have is a hammer, everything looks like a nail. Come Forth Yourself to Click "Good Answer" for any expected solution. Let us Support our C Project Programmers who provide solutions here.

    ASP.NET csharp com question

  • ASP.NET Gridview, bring highlighted rows to top
    S Sundeep Ganiga

    Self Manipulation of Records of dataset is required here. after binding the database initially and on card number entry,You try to highlight those matching rows and finally after completing highlight part,remove those all rows from dataset and insert at Top position and then rebind the Grid.This should be done at the end in order not to break performance issue. Hope so I am correct. All The Best:thumbsup:

    Sundeep Ganiga When the only tool you have is a hammer, everything looks like a nail. Come Forth Yourself to Click "Good Answer" for any expected solution. Let us Support our C Project Programmers who provide solutions here.

    ASP.NET csharp css asp-net database help

  • textbox event
    S Sundeep Ganiga

    Dear Guys, You People have left one thing,onblur event(given by padmanabhan) should be written to Two text boxes(txtqty and txtproductprice).In Function we have to Check whether these two TextBoxes are not null and if it is not so , Then multiply and display data in third textbox. Writing an event for third textbox is of no use here. Sundeep Ganiga

    When the only tool you have is a hammer, everything looks like a nail. Come Forth Yourself to Click "Good Answer" for any expected solution. Let us Support our C Project Programmers who provide solutions here.

    ASP.NET

  • Query required
    S Sundeep Ganiga

    As abhijit Said,Don't Try to Post Such Questions here. Let me try,Only this time for You here.

    siddisagar wrote:

    show warangal and Srikakulum also in others category

    if your requirement is to Show A(Visakhapatnam) and B (RangaReddy) and remaining as C (others),then here is the query. select DN,sum(DC) CNT from ( select case Districtnames when 'Visakhapatnam' then Districtnames when 'RangaReddy' then Districtnames else 'Others' end 'DN', count 'DC' from Districts) as t group by DN

    Sundeep Ganiga When the only tool you have is a hammer, everything looks like a nail. Come Forth Yourself to Click "Good Answer" for any expected solution. Let us Support our C Project Programmers who provide solutions here.

    ASP.NET database help

  • based on the session modalpopup extrender have to show
    S Sundeep Ganiga

    Member 3879881 wrote:

    protected void LinkButton2_Click(object sender, EventArgs e) { if (Session["uname"] == null) { ModalPopupExtender1.Show(); } else { ModalPopupExtender2.Show(); } }

    Try To Hide other POPUP Extender alternately. void LinkButton2_Click(object sender, EventArgs e) { if (Session["uname"] == null) { ModalPopupExtender1.Show(); ModalPopupExtender2.Hide(); } else { ModalPopupExtender2.Show(); ModalPopupExtender1.Hide(); } Any Problem with this?

    Sundeep Ganiga When the only tool you have is a hammer, everything looks like a nail. Come Forth Yourself to Click "Good Answer" for any expected solution. Let us Support our C Project Programmers who provide solutions here.

    ASP.NET tutorial

  • Download file
    S Sundeep Ganiga

    Member 6291554 wrote:

    Http://10.10.10.27/Publish/test.wav

    What does Publish mean here? Sundeep

    Give a man a fish and you feed him for a day. Teach a man to fish and you feed him forever.

    ASP.NET testing beta-testing help tutorial

  • IS THIS POSSIBLE?
    S Sundeep Ganiga

    Hi Friends, I have an web application being hosted in webserver in which multiple files are being uploaded at once. At some point of Time,it takes too much of time to upload those multiple files(Due to large in size).So i have thought of first upload those files to local system Folder being predefined(client system) and at the end of the day by using some scheduler or some button click,Move all those files to server folder. Now,What i need is,Is it possible to trace out the client system from web application and move those files to Some Client Folder for time being. If Possible, Pls let me Know Friends. Thanks a lot, Hope there will be positive response as soon as possible, SNG

    Give a man a fish and you feed him for a day. Teach a man to fish and you feed him forever.

    ASP.NET sysadmin debugging question

  • Problem in sending e-mail through code in asp.net2.0 ?
    S Sundeep Ganiga

    Hi Subin, This Should Work.If Not Your Mail server is blocking somewhere. Dim mSmtpClient As New System.Net.Mail.SmtpClient() mSmtpClient.Host = "You Mail server name" //smtp.yendha.com mSmtpClient.Port = "Port Being used Of your mail server" mSmtpClient.Send(oMailMsg)

    Give a man a fish and you feed him for a day. Teach a man to fish and you feed him forever.

    ASP.NET csharp asp-net com sysadmin beta-testing

  • Problem in sending e-mail through code in asp.net2.0 ?
    S Sundeep Ganiga

    Try This class to send mail. System.Net.Mail.SmtpClient() Regards, SG

    Give a man a fish and you feed him for a day. Teach a man to fish and you feed him forever.

    ASP.NET csharp asp-net com sysadmin beta-testing
  • Login

  • Don't have an account? Register

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