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
A

Amit Kumar Chikara

@Amit Kumar Chikara
About
Posts
14
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Datagrid Paging not working when using rowfilter on dataview
    A Amit Kumar Chikara

    Row filter method returns you the collection of filterd rows. You will have to store those filtered rows in a table or Dataview. Than Bind your grid with the filtered rows dataset.

    Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com

    ASP.NET help

  • Runtime print from asp.net
    A Amit Kumar Chikara

    First make it sure that you are able to take printout on that network printer normally like for testing you can just print a Wrod document. If you are able to take printout on that network priner, then copy your rpt file outside the wwwroot folder just to check the accessbilty of that file to printer.

    Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com

    ASP.NET help csharp asp-net sysadmin windows-admin

  • how can i post parameters to a web page ?
    A Amit Kumar Chikara

    You will have to write a class for HTTP Upload. Which can upload data on the given HTTP locaion.

    Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com

    ASP.NET question csharp database help tutorial

  • Inserting Picture in powerpoint slide in PowerPoint Automation
    A Amit Kumar Chikara

    You will have to get the picture from database and store it in the Image class. After that you can use that Image class for your slide.

    Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com

    ASP.NET asp-net database testing tools tutorial

  • customizing shortcut keys...
    A Amit Kumar Chikara

    You can't do that as sortcut keys are always in the combination of ALT, CTL, Shift keys. Otherwise how do the system will understnad you want to type simple text of it was a sortcut key.

    Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com

    C# csharp

  • how to change the datetime format into numeric format in crystal reports
    A Amit Kumar Chikara

    Hi Anusha, You have to do casting one more time for minute on the following line: Cast((datediff(n,startime,endtime)- (SELECT ISNULL(SUM(DATEDIFF( n , TStoptime , Restarttime )),0) You need to cast it again to convert this resultset in the Minute format. Let me know in case you are not able to do that.

    Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com

    C# help database tutorial

  • ListView Checkbox
    A Amit Kumar Chikara

    U can use foreach loop to loop over all the items of Grid Control and can find the Checked Items in the list. Or other way to of doing this is use Tree view control.

    Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com

    Visual Basic data-structures question

  • dropdownlist in datagrid giving prob
    A Amit Kumar Chikara

    This error is coming because its unable to find control "TextBox1". Recheck it again and give the proper ID of the textbox to find it.

    Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com

    ASP.NET help

  • tabstrips in asp.net
    A Amit Kumar Chikara

    Go to the Following Link. See if it can help you. http://www.codeproject.com/aspnet/tabbar.asp[^]

    Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com

    ASP.NET csharp asp-net

  • neel help plz...
    A Amit Kumar Chikara

    If I am not wrong, you have added this drop down in the edit Item template of Datagrid. What you can do is, You can go to the HTML source code and where there you have added this Edit Item Template you can add an event for dropdown in the HTML code itself.

    Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com

    ASP.NET help tutorial

  • WebCustomControl
    A Amit Kumar Chikara

    Hi Hemant, You can use Hidden Field also to set some value on client side and can access these values on server side easily. Since I don't know what exactly you want to do, I am unable to tell you the exact solution. The other way to proceed is you can mail me directly or can chat with me right now. my Chat IDs are : amit_chikara2002@hotmail.com and amit_chikara2002@yahoo.com

    Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com

    ASP.NET tools question

  • Semi modal dialog?
    A Amit Kumar Chikara

    Run your Model dialog in a saperate thread instead of running it from main application. YOu have to start a new thread to show your model dialog box.

    Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com

    C# help question

  • fetch data from sql
    A Amit Kumar Chikara

    Write this select Top 3 * from students order by Rank

    Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com

    ASP.NET database tutorial

  • WebCustomControl
    A Amit Kumar Chikara

    You don't have to add one more property 'Xyz' for that. You can use Text property of the textbox. Like on the client side you can set the value like this. function setvalue() { form1.TextBox1.value = "Some Text"; } and On the server side, you can get this value like this: string strGetValue = this.TextBox1.Text;

    Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD

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