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
R

rhtbhegade

@rhtbhegade
About
Posts
42
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Crystal Report Field Length Problem
    R rhtbhegade

    Hi Experts, I have designed and coded all my report pages.As my data is more then 500 charactres in one of my fied, the entry directly goes to second page and the first page remains blank as i have a page header covering 1/4th space in my first page.... Thus i wanted to have data on first page also and continue the remaining data on second page....Is there any property that i m forgetting to assign ? Please Help. :((

    Sharing Of Knowledge Provides Solution....

    ASP.NET help question

  • Print Option On Report Viewer
    R rhtbhegade

    Hello Experts, I tried the Print Button using remote option.. Print Button is Enabled,but i want that print should come on Client Machine and not on server side... Can U Please tell the other way i can use the print option on my report viewer control M Using RDLC Report Please Help :(( Thanks In Adv.

    Sharing Of Knowledge Provides Solution....

    ASP.NET sysadmin help

  • Print Button On Report Viewer
    R rhtbhegade

    Thanks Jinal I was running local report..I tried remote reports, the print button is visible....

    Sharing Of Knowledge Provides Solution....

    ASP.NET csharp asp-net help

  • Print Button On Report Viewer
    R rhtbhegade

    Hello Experts, I m using report viewer in my asp.net application All Data on report is displayed. Thus I want the Print Button to be Enabled on my report viewer.I have set the property of ShowPrintButton to True.But It dosen't appear on report I want to print report on client side only... M using RDLC Report.. Please Help.. Thanks in Adv. :(

    Sharing Of Knowledge Provides Solution....

    ASP.NET csharp asp-net help

  • Export Crystal report to Pdf using parameters
    R rhtbhegade

    m trying to export crystal report to PDF using parameters.. Please suggest a good link from which i can get the code..

    Sharing Of Knowledge Provides Solution....

    ASP.NET

  • Problem in maintaining same size of page
    R rhtbhegade

    HI Experts, I have done designing on my computer...it looks good when i run it on browser..but when the same project is run on other machine which has little wider screen(19" monitor) the font,size of the controls does not remain same...i have used all HTML tables and placed controls in table... I haven't used

    tags....will it b the reason ?

    Sharing Of Knowledge Provides Solution....

    ASP.NET html help question

  • Cannot insert NULL in DB where datatype is DateTime
    R rhtbhegade

    Can u Please tell me how to send script of table.. m a fresher i have seen options in SQL such as script table as-> create drop select insert update delete which 1 to use to give u.

    Sharing Of Knowledge Provides Solution....

    ASP.NET database sql-server sysadmin help

  • Cannot insert NULL in DB where datatype is DateTime
    R rhtbhegade

    Hi Experts, i want to insert NULL in DB where my datatype is DateTime, as its not Compulsary Field... But I could not do so.... m using MS SQL Server 2005 Please Help

    Sharing Of Knowledge Provides Solution....

    ASP.NET database sql-server sysadmin help

  • Passing Data Between Pages
    R rhtbhegade

    Hi Experts, I want to pass the data from first.aspx page to Third.aspx.....however my sequence is first.aspx then on button click second.aspx and then navigates to Third.aspx.... I KNOW ONLY THE PREVIOUS PAGE PROPERTY...

    Sharing Of Knowledge Provides Solution....

    ASP.NET

  • How to access the dynamically created control
    R rhtbhegade

    When u dynamically add control.at the same time u also add id for each of the textbox in for loop..and then access the id(i.e TextBox) which u want.....

    Sharing Of Knowledge Provides Solution....

    ASP.NET help tutorial

  • Cannot Display value of DateTimePicker
    R rhtbhegade

    Hi Experts., I m using datetimepicker.when i retrive the value of date from grid it comes correctly in my string var i.e dd/mm/yyyy.But when i assign it to dtp.Text it gets displayed in mm/dd/yyyy

    Sharing Of Knowledge Provides Solution....

    C# css

  • Problem in Table Designing
    R rhtbhegade

    Thanks Expert......very much.. :) :)

    ASP.NET html help

  • Problem in Table Designing
    R rhtbhegade

    HI Experts, The output of my code is not coming in tabular way,which i want to display it in table form.. already i have written code for that... For referance please see the code below.... StringBuilder strHTMLContent = new StringBuilder(); cmd = new SqlCommand("select * from Area ", sqlcon); sqlcon.Open(); SqlDataReader odr = cmd.ExecuteReader(); while (odr.Read()) { strHTMLContent.Append("<table align='Center'>".ToString()); strHTMLContent.Append("<tr>".ToString()); strHTMLContent.Append("<td style='width: 300px'></td>".ToString()); strHTMLContent.Append(odr["AreaId"].ToString()); strHTMLContent.Append(odr["AreaCode"].ToString()); strHTMLContent.Append(odr["AreaDesc"].ToString()); //strHTMLContent.Append("<td style='width: 100px'></td>".ToString()); //strHTMLContent.Append("<td style='width: 100px'></td>".ToString()); strHTMLContent.Append("</tr>".ToString()); strHTMLContent.Append("</table>".ToString()); strHTMLContent.Append("<br><br>".ToString()); } sqlcon.Close(); strHTMLContent.Append("<p align='Center'> Note : This is dynamically generated HTML document </p>".ToString()); HttpContext.Current.Response.Write(strHTMLContent);

    ASP.NET html help

  • How to use Query strig in this situation ????
    R rhtbhegade

    i want to send data from an aspx page to html page using query strings.... please help........

    ASP.NET html database help tutorial question

  • Want To Bind Data To HTML Control [modified]
    R rhtbhegade

    How could i use TextBox1.Text on HTML page.... TextBox1.Text = Request.QueryString["username"].ToString(); ???????

    ASP.NET html help

  • Want To Bind Data To HTML Control [modified]
    R rhtbhegade

    Can u please tell me how to pass the parameter...... m not getting any error

    ASP.NET html help

  • Want To Bind Data To HTML Control [modified]
    R rhtbhegade

    m calling response.redirect(index.htm) ya i need to pass data/parameter....but could not do so.....

    ASP.NET html help

  • Want To Bind Data To HTML Control [modified]
    R rhtbhegade

    m using .aspx page and on the button click of .aspx page i want to display the html page , and on that html page display the data... http://www.codeproject.com/script/Forums/Images/smiley\_cry.gif

    ASP.NET html help

  • Want To Bind Data To HTML Control [modified]
    R rhtbhegade

    i want to bind that data to an html control which is on another html page,and my html control is not on aspx page....then how should i bind ???

    ASP.NET html help

  • Want To Bind Data To HTML Control [modified]
    R rhtbhegade

    Hi Deepak I have to just display data on any control on HTML page m using Sql 2005

    ASP.NET html help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups