Search

You searched for the word(s): userid:800859

Matching Posts

  • Re: Refresh a content page without refreshing master page

    [quote user="rodrigo_biagi"] try to use BlendTrans just like FireFox do put this code on <HEAD> tag in the masterpage < meta http-equiv ="Page-Enter" content ="blendTrans(Duration=0)"/> < meta http-equiv ="Page-Exit" content ="blendTrans(Duration=0)"/> i hope have helped... [/quote] Hi, The above solution is very good, it is very useful in my application. But I have two questions on this solution. 1) Is there any performance issue
  • Re: populating drop down with date depending on month

    [quote user="svibuk"] i have 2 dropsowns one for month & another d\for date both od them has hardocded values wht i need is when i select feb & depending on the year the daydropbox sld get populated with 28 or 29 if june then it shld be 30 how do i do it with the hardcooded values [/quote] Hi Use ICallbackEventHandler interface. This is simillar to AJAX but you have control over the code execution. You will find examples on the google...
  • Re: populating drop down with date depending on month

    [quote user="galankar.tushar"] [quote user="svibuk"] i have 2 dropsowns one for month & another d\for date both od them has hardocded values wht i need is when i select feb & depending on the year the daydropbox sld get populated with 28 or 29 if june then it shld be 30 how do i do it with the hardcooded values [/quote] Hi Use ICallbackEventHandler interface. This is simillar to AJAX but you have control over the code execution. You will find examples on the google...
  • Re: Javascript, And serverside.

    [quote user="Nezdet"] I want to add a new function to my page. In my searchpage.aspx I have a categorydropdownlist. Deepending on which category I choose I want extra dropdownboxes to bee shown. I have created a JS-file with Arrays, which contains all the information and which dropdownboxes should be shown. But I have a problem. if the javascript is turned off and when the search button is klicked, then the page gets the new results but it also shows the dropdownboxes. I have created the
  • Re: Javascript, And serverside.

    [quote user="Nezdet"] is not better to use Ajax? Any samples of the ICallBackEventHandler?? [/quote] Hi , AJAX & ICallbackEventHandler are same.... using ICallbackEventHandler you have control over code execution........ You will find lot of examples on google....
  • Re: Writing JavaScript from a Custom Control

    [quote user="dba123"] I'm new to writing custom controls. I have MyCustomControl.cs and in my Render method I want to render out about 50 lines of JavaScript. What's the best way to do this, use the writer? protected override void Render(HtmlTextWriter writer) { writer.Write(@" function decode(s) { return s.replace(/&amp;/g, ""&"") .replace(/&quot;/g, '""') .replace(/&#039;/g, ""'"") .replace(/&lt;
  • Re: How to configure Local drive to sharepoint

    [quote user="ramesh86"] I need to configure local drive to sharepoint,if anyone is having idea about this configuration please help me out .Thanks in advance. [/quote] Hi Installing SharePoint WSS 3.0 is very simple process..... You can easily install it. You requires Windows Server 2003 OS DOT NET FrameWork 2.0 & above SQL Server 2005 IIS Mark the post as answer, if it helped
  • Re: custom control authoring

    [quote user="francissvk"] Hi, I want to learn to build interactive custom controls. any body can give any url link in order to get started and well equipped in custom control writing. Thanks [/quote] HI, I will recommend you one good book from microsoft press Developing Microsoft® ASP.NET Server Controls and Components By Nikhil Kothari Thanks, TG
    Posted to Custom Server Controls (Forum) by galankar.tushar on 6/14/2009
  • Web Service Book

    H, I am looking for a Microosft Press book for ASP.NET Web Service. I want such a good book which is like a Core Reference for Web Service....... Please suggest me a good book for ASP.NET Web service THanks, TusharG
    Posted to Free For All (Forum) by galankar.tushar on 6/12/2009
  • folat and double Data Types

    Hi, I write a sample program. Public class MyClass { public void MyVal( float a, float b) { Console.WriteLine( "Float" ); } public void MyVal( double a, double b) { Console.WriteLine( "Double" ); } } public static Main() { MyClass classObj = new MyClass(); classObj.MyVal(8.1, 8.1); } OutPut:- Double My Question is Why the Double overloaded version is called ? If I pass class.MyVal(8,8); Then it will call float overloaded version is called?
    Posted to C# (Forum) by galankar.tushar on 6/8/2009
Page 1 of 10 (100 items) 1 2 3 4 5 Next > ... Last »