User Profile

Collapse

Profile Sidebar

Collapse
btreddy
btreddy
Last Activity: Dec 20 '10, 10:26 AM
Joined: Oct 21 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • btreddy
    started a topic master pages in windows forms using C#

    master pages in windows forms using C#

    Hiii..,

    I want to implement a concept in Windows Forms using C# which is very similar to Master Pages in ASP.NET .

    Like you know i've a Master Form which is having a toolbar knd of control consisting of few buttons or Linkss upon clicking on the buttons the respective form has to get displayed in the content page.Something similar to hiding and showing the forms.

    Requesting you all knldy let me know...
    See more | Go to post

  • 'this' keyword causing some problem (ASP.NET and Javascript)

    In my web page I have a linkbutton with onClientClick event as show below.
    Code:
    <asp:LinkButton ID="lnkbtn" Text="Click" runat="server" OnClientClick="dosomething(this.Text)"></asp:LinkButton>
    And I've defined the function as shown below in the head section of the webpage

    Code:
    function dosomething(ObjCntxt) 
    { 
      var textval = ObjCntxt;
    ...
    See more | Go to post
    Last edited by Frinavale; Nov 26 '10, 02:37 PM. Reason: Fixed code tags. Also improved upon grammar and spelling.

  • Thanks for the Reply .
    See more | Go to post

    Leave a comment:


  • How to add multiple rows in a one shot from C# to a Database table using Sqlcommand

    Hii..,

    I've a form where some 10 textboxes are there with lables along with them.i need to add the lable text and textbox text as a single row to database table.so i've 20 text boxes and 20 lables so i need to add 20 rows.How can i add these many rows in a single shot.

    Thank you.

    Im using C# and VS 2008.

    Rgds,
    Tirumala Reddy B
    See more | Go to post

  • btreddy
    replied to multiple inheritance in C#
    Thanks Gary for your reply.
    See more | Go to post

    Leave a comment:


  • btreddy
    replied to Regarding sessions in asp.net
    Thanks mishra ji for your reply.

    So the sessionid will be added to the GET part if its a cookie session or to URl if its a cookieless session.am i correct?

    can we see that GET part ?


    Thanks & Regards,
    Tirumala Reddy B
    See more | Go to post

    Leave a comment:


  • btreddy
    replied to multiple inheritance in C#
    Thanks for the reply

    But sorry i'm not clear yet.

    what is the difference between the following classes;
    Code:
    public class mycalss{}
    Code:
    public class myclass:System.Object{}
    in both the declarations i'm able to access all the 4 methods that are there in system.object.

    someone can help me in explaining what actually happening inside.

    Thanks...
    See more | Go to post

    Leave a comment:


  • btreddy
    started a topic multiple inheritance in C#

    multiple inheritance in C#

    Hii all ,

    I know that there is no support for multiple inheritance in .NET.

    but if i declare a class like

    Code:
    public class myclass
    {
    
    }
    by default it gets inherited from system.Object.

    and if i inherit the class from class baseclass like below

    Code:
    public class myclass:baseclass
    {
    
    }
    ...
    See more | Go to post

  • btreddy
    replied to Regarding sessions in asp.net
    Thanks for the reply.

    im not still clear about how the sessionid will send to webserver.

    -Tiru.
    See more | Go to post

    Leave a comment:


  • btreddy
    replied to Regarding sessions in asp.net
    Somebody can help me in this regards.

    Thanks

    Tiru.
    See more | Go to post

    Leave a comment:


  • btreddy
    started a topic Regarding sessions in asp.net

    Regarding sessions in asp.net

    Hii all.,

    I've some doubts on sessions in asp.net .

    If the client send a first request to a website then in response the site sends a sessionId which will be stored in browser as a sessioncookie upto this point its clear for me.

    If the same client sends the second request the session ID should send to the server to idetify the user.my question is How this will be send to the server??

    second...
    See more | Go to post

  • btreddy
    started a topic changing it from http to https

    changing it from http to https

    Hii all.,

    I'm trying to make my website more secured so want to install SSL certificate, for that I've requested a digital certificate from verisign and installed it succesfully in my server(IIS 5.1).

    So everything is ready created the virtual directory and now im trying to access my site but now in the url its coming like http:\\mysite.c om but not https:\\mysite. com.

    what do we need to do extra other...
    See more | Go to post

  • Passing data from Parent window to child window

    Hii all..,

    I have one query not able to find a solution.

    I've one javascript page(parent)on which upon clicking one link it willopen one more page(child page).

    here my question is how to set the value for a variable, which is there in the child window,once the user clicks on the link in parent window.

    I tried this.

    var child=window.op en(child page info here);
    child.variable_ name="clicked...
    See more | Go to post

  • want to change the look & feel of the ASP.NET Menu.

    Dear experts,

    I wanna to enhance the look and feel of the existing asp.net menu control like when you place the cursor on any of the menu item ..that particular menu items size should increase a bit and the text should appear in BOLD format.

    you people might have already seen this kind of menus .

    Requesting you all Kinldy suggest me the way to proceed or post any links regarding these enhancements...
    See more | Go to post

  • btreddy
    started a topic displaying a popup window in asp.net

    displaying a popup window in asp.net

    Hii all ,

    I'm implementing one mail sending application ..in that once the user entered the server details and credentials ..it has to send the mail to the respective user..

    Here in the Send button click event im implementing all the logic...if the user enters the wrong data/provide no data i need to alert the user with a popup saying that you have not enterd the data ...

    How to display tht popup in...
    See more | Go to post

  • btreddy
    started a topic About Creating SSL certificates IIS 5.1
    in IIS

    About Creating SSL certificates IIS 5.1

    Hiii experts ,

    To convert communication type to my website, which is developed using asp.net and C# , from HTTP to HTTPS

    Can anybody tell me How can i create the SSL cretificates with out taking the help from any third party providers,,,i'v e succesfully installed a certificate from a third party provider.But my boss dont want it to be from a third party provider...it should be our own certificate.

    ...
    See more | Go to post

  • Temporary ASP.NET Files Folder Write Permissions--Issue

    Hii all ,

    when i try to run my aspx page i'm getting the following error.

    The current identity (BLR0248\ASPNET ) does not have write access to 'C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Temporary ASP.NET Files'.

    I went to the folder Temporary ASP.NET Files', right clicked on Properties, then Security, then added the uses BLR0248\ASPNET and click OK , then my page works! but then after a couple of...
    See more | Go to post

  • The current identity (SYSNAME\ASPNET) does not have write access to 'C:\WINDOWS\Micro

    Hii all ,

    When i was trying to access the webpages from the server(localhos t only )

    I got the message

    "The current identity (SYSNAME\ASPNET ) does not have write access to 'C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Temporary ASP.NET Files'. "

    suddenly it started showing this error...i didn set/change any permissions .

    Kindly help me.

    Thank...
    See more | Go to post

  • Hiiiii,

    Thanks frinny for your reply.

    The above is not working for me...

    below is my code
    Code:
    asp:Timer ID="TimerSystem" runat="server" OnTick="OnTick_TimerSystem" Interval="3000">
        </asp:Timer> 
        <asp:ObjectDataSource ID="SystemCounterOds" runat="server" TypeName="SystemServiceCounters"
    ...
    See more | Go to post
    Last edited by Frinavale; Apr 9 '09, 01:13 PM. Reason: fixed code tags (please use [/code] to end code sections)

    Leave a comment:


  • Hey hii Frinavale,

    I changed the code and did whatever you were telling .....like i placed the update panel which contains a gridview in one of the panel .

    Now instead of tracking the scrollbar positions of the browser i'm getting the scrollbar positions of the panel and its working fine..but with one small problem.

    The verticle scrollbar is going to the zero position and coming back to the prev position...
    See more | Go to post
    Last edited by Frinavale; Apr 7 '09, 01:11 PM. Reason: Fixed [/code] tag.

    Leave a comment:

No activity results to display
Show More
Working...