User Profile

Collapse

Profile Sidebar

Collapse
navneetkaur
navneetkaur
Last Activity: Feb 7 '08, 06:07 AM
Joined: Sep 3 '07
Location: gurgaon
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • navneetkaur
    replied to hi
    in .NET
    u just write
    Code:
     variable= TextBox1.text.ToString();
    u just get with text property....

    if u hv some other problem...

    specify it...
    See more | Go to post

    Leave a comment:


  • navneetkaur
    replied to WebService cant access Postgre database
    in IIS
    I am doing connectivity to PostgreSql from asp.net 2.0 using odbc but i am not able to connect i got error Data source name not found and no default driver specified.

    code is written for connectivity is like...

    con = new OdbcConnection( "Driver={Postgr eSQL};Server=Ip Address;Port=54 32;Database=dat abase name;Uid=user id;Pwd=;");

    from google i found its alternative npgsql but i dont know why,i am...
    See more | Go to post

    Leave a comment:


  • navneetkaur
    started a topic Connectivity to postgres from asp.net

    Connectivity to postgres from asp.net

    I am doing connectivity to PostgreSql from asp.net 2.0 using odbc but i am not able to connect i got error Data source name not found and no default driver specified.

    code is written for connectivity is like...

    con = new OdbcConnection( "Driver={Postgr eSQL};Server=Ip Address;Port=54 32;Database=dat abase name;Uid=user id;Pwd=;");

    from google i found its alternative npgsql but i dont know why,i am...
    See more | Go to post

  • navneetkaur
    started a topic VS Deployment of web application
    in .NET

    VS Deployment of web application

    Hi....

    i have developed 1 application.... but during deployment i am facing following issues:-

    1. i want after deployment my code does not seen by others.

    2 we are able to change connection string after deployment so that it should not be hard coded.

    Give your valuable suggestions...
    See more | Go to post

  • navneetkaur
    started a topic How to consume .net web services in python
    in .NET

    How to consume .net web services in python

    Hello every1
    can u plz guide me how to consume web services created in .net through python...if possible plz suggest some gud links...
    thanx
    See more | Go to post

  • hi..
    What is Content Management system...how it can be implemented in .net....
    i am very new to this term....i am searching from last 2 days...but i am not able to find any helpful material...so plz help me in understanding what is actually Content Management System 'd how we implement it in .net...is there any in built product which is used for this.....plz help me in vry soon i hv vry less time to do it...coz of deadlines...... .....
    See more | Go to post

    Leave a comment:


  • thanx for ur valuable support 'd time....
    ur suggestions are really valuable...
    See more | Go to post

    Leave a comment:


  • navneetkaur
    started a topic Difference between TCP and HTTP

    Difference between TCP and HTTP

    hi every1

    i am little bit confused when i am readind abt web services and .net remoting...whil e reading difference between these 2...i came to know there is 1 diff based on tcp and http....
    i want please we make 1 healthy discussion what are the difference between these 2 protocols 'd what are actually there working....

    plz ready to give ur suggestions....
    this is a gud way for freshers like me to enhance...
    See more | Go to post

  • navneetkaur
    started a topic Problem with Close Button

    Problem with Close Button

    hello

    i have written script to close window in asp.net 2.0 this script works fine for IE but same script is not working in FireFox...
    Code:
    <script>
    window.close();
    </script>

    on click event of button....


    plz provide me help on this why this happens.....
    See more | Go to post

  • navneetkaur
    started a topic Give Your Help Regarding Favicon
    in .NET

    Give Your Help Regarding Favicon

    hello every1
    i have just heard of favicon.i want to implement in my .net application.i have used master pager 'd i am writing
    Code:
    <link id="Link1" runat="server" rel="shortcut icon" href="~hello.ico" type="image/x-icon" />
        <link id="Link2" runat="server" rel="icon" href="~hello.ico" type="image/ico"
    ...
    See more | Go to post

  • navneetkaur
    replied to Suggestions abt UserControl
    in .NET
    thanx a lot
    for providing me guideance......
    sir i have created user contol.....this form is with extension .ascx....but sir i wnat to know abt how this control is compiled 'd added to toolbox so that it cnt be used only in 1 project i can use it many projects....lik e just others control drag 'd drop facility,,,,

    so sir plz provide me more material....

    thanx
    navneet...
    See more | Go to post

    Leave a comment:


  • navneetkaur
    started a topic Suggestions abt UserControl
    in .NET

    Suggestions abt UserControl

    hello every1
    i have read abt user control yesterday...but i am not little bit satisfied because of frm where i get information abt user control here is written 1 control is placed in toolbox 'd from toolbox we drag 'd drop it on form....but wht i have created here i just added it through register directive 'd then by using tagname 'd tagprefix i add it on code behind file.....if any one have more idea about user control please tell...
    See more | Go to post

  • navneetkaur
    replied to Problem related to Master Pages
    in .NET
    sir
    i have seen textarea doesnot have this property maximum length.....'d if i implement this same code in simple web form without master pages it works fine but i suppose problem with this because of master pages....as it changes control hierarchy....'d in IE it shows error
    Code:
    this.form.project_title1 value is null or not an object
    so please help me....
    m waiting if u hv knowledge of master pages...1 thing...
    See more | Go to post

    Leave a comment:


  • navneetkaur
    replied to Problem related to Master Pages
    in .NET
    hello

    no m not getting any error function is like that
    Code:
    function limitText(limitField, limitCount, limitNum) 
    {
    	if (limitField.value.length > limitNum) 
                   {
    		limitField.value = limitField.value.substring(0, limitNum);
                   } 
                   else {
    		limitCount.value = limitNum - limitField.value.length;
    	      }
    }
    ...
    See more | Go to post

    Leave a comment:


  • navneetkaur
    started a topic Problem related to Master Pages
    in .NET

    Problem related to Master Pages

    hello every1...
    i want to add a counter on the textbox which is having highest limit 250..'d on every enter of letter it should be decreased by 1...
    i have added 1 javascript function which is doing that...but arguments that i am passing is like this.form.textb ox1.text but because of master page control hierarchy changes it does not able to find control....
    tell me solution....
    any idea is appreciated....
    ...
    See more | Go to post

  • navneetkaur
    replied to print time and date on button click
    in .NET
    hi
    jst write like in button click

    DateTime curdate;
    curdate = DateTime.Today. Date.ToShortDat eString();
    crtime = DateTime.Today. Time.Tostring() ;
    it vl display 2dy date...
    See more | Go to post

    Leave a comment:


  • navneetkaur
    replied to Problem related to insert/update record
    in .NET
    no sit till nw its not working...i hv done each way ....acc to sugestions.....
    plz sir help me....


    sir in this i am not able coz the whole table is generated dynamically i cnt seprate design time 'd binding....
    waiting fr ur response......
    See more | Go to post

    Leave a comment:


  • navneetkaur
    replied to gridviewfill
    in .NET
    hi u r thinking perfectly correct...bt 1 thing u can also do...jst take value of combobox in some variable 'd then pass it to DAL 'd show results in gridview
    See more | Go to post

    Leave a comment:


  • i dnt think so coz firstly u have not created instance of text box
    like
    it should

    textbox tb =new textbox();
    'd then u cn write
    tb.Text = ds.Tables[0].Rows[row][column].ToString();


    okay...
    See more | Go to post

    Leave a comment:


  • hi
    u just do 1 thing just bind dsto textbox like

    textbox2.text = ds.tables[0].rows[0][0].tostring();


    acc to me it vl work 'd if its not working plz post ur question more clearly......



    enjoy programming....
    Navneet
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...