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
V

vidyasankar 0

@vidyasankar 0
About
Posts
16
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • sending SMS through c# with asp.net
    V vidyasankar 0

    hai all, i need to send SMS from asp.net... we have bought SMS send API in one third party... they wil give some asp coding... But i couldn't get from that coding... This is the URL- http://www.znisms.com/api.html ....... that asp coding is in this url..... Pls anayls that URL and if u have any idea reply me... this is urgent... Thanks And Regards, vidyasankar N

    pain gives gain

    ASP.NET csharp html asp-net com json

  • checkbox gridview
    V vidyasankar 0

    hai, try this one, CheckBox chkbox = new CheckBox(); foreach(DataGridItem item in gridsearch.Items ) { chkbox=(CheckBox)item.FindControl("chkbox"); if(chkbox.Checked) { //if its true code here// } } Regards vidya

    pain gives gain

    ASP.NET help

  • how to show particular position in aspx page
    V vidyasankar 0

    hai all, i want to show a particular position in aspx page when page loading... because when i click drop down list,the page wil reload and show its top of the page... but i want to display the bottom of the page when the page loading...... Any one know reply me.... Thanks And Regards, vidyasankar N

    pain gives gain

    ASP.NET tutorial

  • Select checked rows from Datagrid
    V vidyasankar 0

    hai, refer below code... CheckBox chkbox = new CheckBox(); foreach(DataGridItem item in gridsearch.Items ) { chkbox=(CheckBox)item.FindControl("chkbox"); if(chkbox.Checked) { print some value - Response.Write(item.Cells[2].Text); } } regards, vidyasankar N

    Think Big

    ASP.NET question

  • avoid storing mail to bulk
    V vidyasankar 0

    hai all, i have send mail using asp.net in my project... most of the mail stored in the BULK in yahoo... So how to avoid this one using asp.net.... Regards, vidyasankar N

    pain gives gain

    ASP.NET csharp asp-net tutorial

  • Paging in dataList
    V vidyasankar 0

    Hai Thanks...I am very new to .net..am using 2003 with .NET 1.1 (C# coding) From where we add pager template.By adding dropdown How datalsist shows the page number??? Bijesh

    pain gives gain

    ASP.NET help

  • how to manipulate with sqlserver database using javascript from aspx page
    V vidyasankar 0

    hai all, i want access sqlserver database using javascript from aspx page...... Thanks and Regards, vidyasankar N

    pain gives gain

    ASP.NET javascript database tutorial

  • how to avoid page refresh when i select the value in drop down list
    V vidyasankar 0

    how to use ajax in particular asp.net webcontrol... you know any sample code... pls send me... thanks®ards, vidyasankar N

    pain gives gain

    ASP.NET csharp asp-net database help tutorial

  • Difference
    V vidyasankar 0

    main diff.. Interface-all the methods should be a abstract... abstractclass-it have normal method and or abstract method......

    pain gives gain

    ASP.NET

  • how to avoid page refresh when i select the value in drop down list
    V vidyasankar 0

    hai all, how to avoid page refreshing in aspx page. when i select the value in drop down list the page refreshed..In that time i have manipulate with database..So it wil take much time for loading... How can avoid this problem... i have develop my project using c# with asp.net Thanks®ards, vidyasankar N

    pain gives gain

    ASP.NET csharp asp-net database help tutorial

  • asp.net code for download pdf or another file from aspx pages
    V vidyasankar 0

    hai all, i develop a project using c# with asp.net... i need source code for 'download a pdf file from aspx pages' (i.e) i wil give one option for downloading a document... So i need code for that... Anyone know reply me.... Thanks & regards, vidyasankar N

    Short Time Pains Equals Long Time Gains

    ASP.NET csharp asp-net

  • OnFocus Of Textbox
    V vidyasankar 0

    Thanks for your response... i do that but its not working good... and i got another solution... (i.e) Page.RegisterStartupScript("setfocus", " document.forms[0]." + TextBox1.ClientID + ".focus(); "); its working good... regards, vidyasankar

    pain gives gain

    ASP.NET csharp asp-net

  • OnFocus Of Textbox
    V vidyasankar 0

    hai all, i have develop web application using c# with asp.net.... i need the solution for "when the pageload the cursor pointout automatically particular textbox ".... if anybody know ...pls reply me with source code.... Thanks And Regards, vidyasankar

    More pain gives More gain

    ASP.NET csharp asp-net

  • close button
    V vidyasankar 0

    hai sonia, use the below line in PageLoad() function... its working good... (lnk_close is refer the button name) lnk_close.Attributes.Add("onclick","javascript:window.close();");

    pain gives gain

    ASP.NET tutorial

  • MSSQL database for findout the ipaddress to cityname
    V vidyasankar 0

    hai , i need to findout the cityname using ipaddress...i got identify countryname using ipaddress through GeoIP webservice...But there no possibilty to findout the cityname....Any one know Is there any MSSQL database for citynames with related ipaddress ...This is urgent... Thanks & Regards, vidyasankar

    pain gives gain

    ASP.NET database sql-server

  • get countryname using ipaddress
    V vidyasankar 0

    Hello, i need asp.net code for getting a countryname using ipaddress... :suss:i know how to get a ipaddress of remote machine. But i want get countryname,cityname,countryflag for using that ipaddress.... If Any one know reply me as soon as possible... Thank you.....

    pain gives gain

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