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
P

Prasanna Kumar Pete

@Prasanna Kumar Pete
About
Posts
37
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to create .chm file that is help file
    P Prasanna Kumar Pete

    Use vizaac Helpmaker

    Thanks & Regards Pete

    C# question help tutorial

  • Globalization Problem
    P Prasanna Kumar Pete

    Is there any DE version of .Net Framework. which can be installed on a English OS Machine?

    Thanks & Regards Pete

    ASP.NET csharp dotnet help question announcement

  • how to select an item in datalist
    P Prasanna Kumar Pete

    you have to bind the id programatically while binding the data ti the data list use google to find how....

    Thanks & Regards Pete

    ASP.NET csharp asp-net tutorial

  • how to select an item in datalist
    P Prasanna Kumar Pete

    <div id="myDetail" ondblclick="Javascript:fnShowDetails(id)" > Datalist text </div>

    Thanks & Regards Pete

    ASP.NET csharp asp-net tutorial

  • how to select an item in datalist
    P Prasanna Kumar Pete

    use a DIV tag around the text where you want to double click, use javascript double click event handler to catch the event and open a new opup/redirect

    Thanks & Regards Pete

    ASP.NET csharp asp-net tutorial

  • Extraction of datas
    P Prasanna Kumar Pete

    you can export data to CSV. if you need to export more than 65000 rows :):)

    Thanks & Regards Pete

    ASP.NET question

  • Dynamic Form [modified]
    P Prasanna Kumar Pete

    it is better to generate the controls dynamically than creating a new page alltogether otherwise you have to compile a new page and it may add lot of complexity to your application

    Thanks & Regards Pete

    ASP.NET asp-net design question

  • How to convert System.Web.UI.WebControls.Table into System.Data.DataTable ?
    P Prasanna Kumar Pete

    if you are trying to display the data in the page then use datagrid

    Thanks & Regards Pete

    ASP.NET design help tutorial question

  • how access virtual funciton in C#.net
    P Prasanna Kumar Pete

    Try this

    class1 c ;

    c=new Class1();

    string aa;
    aa = c.a1();
    MessageBox.Show(aa);
    c=New Class2();
    aa = c.a1();

    MessageBox.Show(aa);

    this will work

    Thanks & Regards Pete

    ASP.NET csharp design

  • whole page gets refreshed even i used update panel
    P Prasanna Kumar Pete

    Check whether ajax framework components are properly copied on to the server

    Thanks & Regards Pete

    ASP.NET sysadmin windows-admin help question announcement

  • Loop through all files in Images folder
    P Prasanna Kumar Pete

    Use

    string[] arrFiles = Directory.GetFiles(strPath);

    you will get the list files in a array of strings

    Thanks & Regards Pete

    ASP.NET csharp testing beta-testing question

  • How to read Semicolon seperated CSV File (German Cultured
    P Prasanna Kumar Pete

    I need to query the CSV file... there can be semicolons in the content also, so split will not help... i need to execute SQL Queries on the file using ADO..

    Thanks & Regards Pete

    ASP.NET sysadmin help tutorial question

  • How to read Semicolon seperated CSV File (German Cultured
    P Prasanna Kumar Pete

    Hi all I have a problem in processing Semicolon <;> seperated CSV file Web server Locale "en-US" CSV file Locale "de-DE" i will not be able to use "Microsoft text driver" Is there any known solution????

    Thanks & Regards Pete

    ASP.NET sysadmin help tutorial question

  • querystring problem [modified]
    P Prasanna Kumar Pete

    for html pages you might need to use encodeURIComponent() available in javascript :):)

    Thanks & Regards Pete

    ASP.NET help html com algorithms

  • querystring problem [modified]
    P Prasanna Kumar Pete

    string strEncoded = HttpUtility.UrlEncode("CCP – 2415 (ESC)");

    Thanks & Regards Pete

    ASP.NET help html com algorithms

  • querystring problem [modified]
    P Prasanna Kumar Pete

    Try using Server.UrlEncode() OR HttpUtility.UrlEncode() for the query string value this will encode the value

    Thanks & Regards Pete

    ASP.NET help html com algorithms

  • Web.UI.Control -&gt; String (HTML Code)
    P Prasanna Kumar Pete

    you can use rendercontrol method provided for each control try following code Table ctrl = new Table() StringBuilder sb = new StringBuilder(); StringWriter swrt = new StringWriter(sb); HtmlTextWriter ht = new HtmlTextWriter(swrt); ctrl.RenderControl(ht); TextWriter txt = ht.InnerWriter; String strHTML = txt.ToString();

    Thanks & Regards Pete

    ASP.NET html design question

  • How to search listbox entry according to the textbox value
    P Prasanna Kumar Pete

    You can use javascript base XMLDOM approch (AJAX) to achieve the task :):)

    Thanks & Regards Pete

    ASP.NET tutorial csharp visual-studio question

  • Focusing on first row of table
    P Prasanna Kumar Pete

    use event.keyCode property to trap the down arrow key and then for the call a fucntion which transfer the focus wherever you want (obj.focus()) :):):)

    Thanks & Regards Pete

    ASP.NET html help question

  • How to enable click on a td with....
    P Prasanna Kumar Pete

    use a div tag to surround your text and add onclick functionality to that div tag. that should work. :):)

    Thanks & Regards Pete

    ASP.NET tutorial 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