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
S

shanthi jothi

@shanthi jothi
About
Posts
25
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • crystal report
    S shanthi jothi

    error occured for me in online : File or assembly name CrystalKeyCodeLib, or one of its dependencies, was not found. how to upload assembly name CrystalKeyCodeLib in online.

    ASP.NET help tutorial

  • Remove Space
    S shanthi jothi

    Thankyou very much

    ASP.NET tutorial csharp asp-net

  • Remove Space
    S shanthi jothi

    Hi, How to remove the blank spaces in middle in the string using asp.net 2.0 Example Reminder 1 replace Reminder1

    ASP.NET tutorial csharp asp-net

  • Rad Editor
    S shanthi jothi

    RadEditor1.Html="";

    ASP.NET tutorial

  • Rad Editor
    S shanthi jothi

    Hi, If am clear the text in textbox means TextBox1.Text=""; and how to clear the rad editor text.

    ASP.NET tutorial

  • Regular Expression Validation
    S shanthi jothi

    How to validate pin code of india and fax through regular expression validator.

    ASP.NET regex tutorial

  • Control [modified]
    S shanthi jothi

    hi, I am Talking first i have send the question in new message. Next the question display in the table and you are replay answer to see me in the same page.and question under answer in our codeproject.

    thankyou.

    modified on Tuesday, December 9, 2008 2:45 AM

    ASP.NET question

  • Control
    S shanthi jothi

    Hi, Which Control you are use in codeproject FAQ. Please replay. Thankyou.

    ASP.NET

  • Girdview
    S shanthi jothi

    Hi, Girdview paging with checkbox I have select the items in gridview checkbox.the selected items are list in another gridview.Please help me.How to solve this task.

    ASP.NET help tutorial

  • Error
    S shanthi jothi

    Hi, I have create chart in excel for grid data in asp.net 2.0. my code is Dim xlWorkBook As Excel.Workbook Dim xlWorkSheet As Excel.Worksheet xlWorkBook = New Excel.Application().Workbooks.Add(Missing.Value) xlWorkBook.Application.Visible = True xlWorkSheet = xlWorkBook.ActiveSheet ' Gets the dataset containing the data 'ds4 is gridview dataset Dim dsData As DataSet = ds4 Dim i As Integer = 2 ' Outputting the fieldnames in pink bold color xlWorkSheet.Cells(1, 1) = "Student ID" xlWorkSheet.Cells(1, 2) = "Student Name" xlWorkSheet.Cells(1, 3) = "Maths" xlWorkSheet.Cells(1, 4) = "science" xlWorkSheet.Cells(1, 5) = "Total" xlWorkSheet.Range("$A1:$E1").Font.ColorIndex = Excel.Constants.xlColor1 xlWorkSheet.Range("$A1:$E1").Font.Bold = True ' Outputting the data For Each dr As DataRow In dsData.Tables(0).Rows xlWorkSheet.Cells(i, 1) = dr(0) xlWorkSheet.Cells(i, 2) = dr(1) xlWorkSheet.Cells(i, 3) = dr(2) xlWorkSheet.Cells(i, 4) = dr(3) ' Building the formula for calculating the sum xlWorkSheet.Cells(i, 5).Formula = "=SUM($C{0}:$D{0})".Replace("{0}", i.ToString()) ' Going to the next row i = i + 1 Next ' Auto fit the columns xlWorkSheet.Columns.AutoFit() ' Generating the graph Dim chart As Excel.Chart chart = xlWorkBook.Charts.Add() With chart .ChartType = Excel.XlChartType.xlColumnClustered .SetSourceData(xlWorkSheet.Range("A1:E11"), 2) .HasTitle = True .ChartTitle.Characters.Text = "Students' marks" .Axes(1, Excel.XlAxisGroup.xlPrimary).HasTitle = True .Axes(1, Excel.XlAxisGroup.xlPrimary).AxisTitle.Characters.Text = "Students" .Axes(2, Excel.XlAxisGroup.xlPrimary).HasTitle = True .Axes(2, Excel.XlAxisGroup.xlPrimary).AxisTitle.Characters.Text = "Marks" End With 'Catch ex As Exception ' Throw ex 'End Try the error is [IndexOutOfRangeException: Cannot find table 0.] Please help me

    ASP.NET help csharp css asp-net data-structures

  • Export to excel
    S shanthi jothi

    Hi, How to export datagrid datas in excel with chart format.

    ASP.NET tutorial

  • [Message Deleted]
    S shanthi jothi

    [Message Deleted]

    ASP.NET

  • Validation
    S shanthi jothi

    hi, please tell me the validationexpression for validating the date (dd-mm-yyyy format ) Thank you.

    ASP.NET

  • Page size in word
    S shanthi jothi

    Hi, How to set the page size in word Response.ClearContent() Response.AddHeader("content-disposition", "attachment; filename=MyExcelFile.doc") Response.ContentType = "application/vnd.word" Dim sw As New System.IO.StringWriter Dim htw As New HtmlTextWriter(sw) Label1.RenderControl(htw) Response.Write(sw.ToString()) Response.End()

    ASP.NET tutorial

  • Export image
    S shanthi jothi

    I can not did you.Please help me

    ASP.NET csharp asp-net tutorial

  • Export image
    S shanthi jothi

    Hi, How to export image with table in asp.net to ms-word. Please send me reply. Thank you,

    ASP.NET csharp asp-net tutorial

  • Error
    S shanthi jothi

    I am receiving this error when I try to run my application. XML Parsing Error: no element found Line Number 1, Column 1: The Line no :1 is ]]> Please help me how i am clear this error. Thank you.

    ASP.NET help xml json

  • [Message Deleted]
    S shanthi jothi

    [Message Deleted]

    ASP.NET

  • Asp.net version conversion problem
    S shanthi jothi

    hi, I am convert in my project asp 1.1 to 2.0. if i am change in my asp 2.0 project that is a have add in one button control Protected Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click the error is has multiple definition with identical signtures. Please help me how i am add button in my project. Thank you,

    ASP.NET help csharp asp-net announcement

  • Validation
    S shanthi jothi

    Hi, please tell me how to validate ” dd/mm/yyyy” date format using comparevalidator…

    ASP.NET tutorial
  • Login

  • Don't have an account? Register

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