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

srinivassam

@srinivassam
About
Posts
65
Topics
52
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to enable parent page when ever i get the pop-up message????????????
    S srinivassam

    Hello Everybody, In my parent page i am displaying one popup message ,when ever i got the pop-up message that parent page is blank, how to enable controls in parent page after getting the pop-up message. in parent page textbox textchanged event is there through this event i am enabling the pop-up message. to display pop-up message i am using javascript in code-behind. str = "<script>alert('" + stdName.ToString() + " : Available students is only " & AvailbStd.ToString() & "')</script>" Page.RegisterStartupScript("msg", str) if anybody knows please let me know Regards Rama

    samrama

    ASP.NET javascript tools tutorial question

  • gridview date sorting in asp.net?????????????????
    S srinivassam

    Hi all, I have one doubt, i am fetching data from database and i am displaying data in gridview.(select empid,empno,covert(varchar,dateofbith,101),convert(varchar,joiningdate,101) from emptable) (values are:1,12,'12/31/1986','12/31/2008') i am not using any boundfields in gridview. i am using this code to sort the gridview columns,everything is working fine but dateofbirth,joiningdate fields sorting is not working . i am using below code to sort the gridview columns: If Not (Page.IsPostBack) Then ViewState("Sort") = "asc" end if and Protected Sub grdCommon_Sorting(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewSortEventArgs) Handles grdCommon.Sorting Try grdCommon.DataSource = Session("grdCommon") grdCommon.DataBind() Dim dataTable As DataTable = CType(grdCommon.DataSource, DataTable) ' DirectCast(ViewState("grdCommon.DataSource"), DataTable) Dim dataView As DataView = New DataView(dataTable) If Not (dataView Is Nothing) Then If ViewState("Sort").ToString() = " asc" Then ViewState("Sort") = " desc" Else ViewState("Sort") = " asc" End If dataView.Sort = e.SortExpression + ViewState("Sort").ToString() grdCommon.DataSource = dataView ViewState("grdCommon.DataSource") = dataView.Table grdCommon.DataBind() End If end sub Regards Rama

    samrama

    ASP.NET csharp asp-net database design algorithms

  • Javascript problem please help me?
    S srinivassam

    Hi all, I have one doubt , i have one buttons 1.NO in this buttons onError event i am calling one function agent_available(). if i click on NO button if agents are online means i want to display imagebutton1(chat image) that time imagebutton2(oops error image) is disble position. if i click on NO button if agents are not online means i want to display imagebutton2(oops error image) that time imagebutton1(chat image) is disable position. how to do this with in one function. Thanks & Regards Rama.

    rama

    Web Development help javascript agentic-ai tutorial question

  • Link Button using Ajax?
    S srinivassam

    Hi abhijit, yah you are right , i want to keep that link button inside panel or update panel , so after clicking that link button i want to navigate next page ,using ajax ,no page refresh Thanks & Regards Rama

    samrama

    Web Development csharp question

  • Link Button using Ajax?
    S srinivassam

    Hi all, in my web page i have one link button , after clicking that link button i want to go to next page with partial postback means using ajax . i am using .net3.5 and ajax . normally i know response.redirect("logout.aspx"); but i want using ajax. if anybody knows please give me idea. Thanks & Regards Rama

    samrama

    Web Development csharp question

  • error:unassigned local variable 'value'?
    S srinivassam

    hi all , i wrote one webmethod in webservice , from that webmethod i am returning string but i am getting unassigned local variable value , how to solve this problem? [WebMethod] public string GetCountryList() { string connectionString = ConfigurationManager.ConnectionStrings["iphoneConnection"].ConnectionString; SqlConnection connection = new SqlConnection(connectionString); SqlCommand comm = new SqlCommand(); comm.CommandType = CommandType.StoredProcedure; comm.CommandText = "sp_name"; comm.Connection = connection; connection.Open(); SqlDataReader objdatareader; objdatareader=comm.ExecuteReader(); string Value; while (objdatareader.Read()) { Value = objdatareader.ToString(); } objdatareader.Close(); connection.Close(); return Value; } Thanks& Regards RamaDevi.

    samrama

    ASP.NET help sharepoint tutorial question

  • web service?
    S srinivassam

    Hi friends, i have one query ,using one of my webmethod i need to send mail. for this i used this code StringBuilder mailMessage1 = new StringBuilder(reader1.ReadToEnd()); MailMessage msgMail1 = new MailMessage(); from = "abc@y.com"; msgMail1.From = new MailAddress(from); msgMail1.To.Add(new MailAddress(toID));//toID coming from database msgMail1.Priority = MailPriority.High; msgMail1.Subject = "Service Next:Ticket No" + "" + ticketID; msgMail1.Body = mailMessage1.ToString(); msgMail1.IsBodyHtml = true; SmtpClient smtpClient1 = new SmtpClient(); smtpClient1.Host = "172.17.0.16"; smtpClient1.Send(msgMail1); problem is in my database toID has 2 values 1.mail format(ex:x@y.com) 1.Not Available if toID=mail format means i can send mails perfectly and i am returning flag from database if toID=Not Available means i am getting error (ex:email is not in correct format)i am not returning any flag. if toID=Not Available means i need to send message through webmethod . how to do this ,if anybody have idea please help me Regards RamaDevi.

    samrama

    Web Development help database com tutorial question

  • how to secure webservices without providing username and password?????????
    S srinivassam

    Hi all, i am working on mobile application , but the thing is in my application userinterface is developed in objective c ,for retrieving data from database for this purpose they want web methods , so we developed webmethods ,after deploying this webservice application we are giving that url, so they created proxy so they are using ,requirement is if anybody capture the url means we will get problem, i searched in google all examples are with username and password , but the requirement is without providing any username and password we need to give security for our web service. how to do this anybody have idea can u please give me idea Thanks & Regards sam

    sam

    Web Development database security help tutorial question

  • how to integrate our own login page in google apps?
    S srinivassam

    Hi all, I registered domain(abc.com) in google app's,so immediately we will get one default login page . problem is i want to change the default google login page url according to my site , is it possible i.e http://www.google.com/a/login/abc.com (default url of login page ) to http://login.abc.com or i want to create one login.aspx page and i want to integrate this login.aspx in google app's site. this integration is possible or not plz give me one idea.

    sams

    Web Development com help tutorial question

  • how to customize the login page url?
    S srinivassam

    Hi all, i have registed the site in google apps ,after giving the url one login page will come , what i want is i want to change the url of that login page according to my domain , any body have idea on this ? can u plz give me an idea?

    sams

    Web Development tutorial question

  • can i customize login page url?
    S srinivassam

    Hi all, I have registered domain in www.sites.google.com , so i want to change the url of my login page , is it possible? can i customize the url , can u give me one idea ? Thanks & Regards sams.

    sams

    ASP.NET com question

  • how to implement single signon service?
    S srinivassam

    Hi , i have one site in that i want to implement single singon service. can u plz give me one idea Thanks & Regarda Sams

    ASP.NET tutorial question

  • how to redirect web login page to gmail home page?
    S srinivassam

    Hi all, I have one problem , i have one website, after login my site it redirect to gmail home page , for this i need to authenticate my users to google , how to do? if anybody knows plz give some idea? Thanks & Regards Sams

    sams

    ASP.NET help tutorial question

  • how to write code for backup in windows application
    S srinivassam

    Hi all, i have one problem , mine is windows application (c#.net),we are using backend msaccess ,what i want to tell is in my application one link is there i.e backup, how to write code for that , give me any idea plz Thanks & Regards sarp

    sarp

    Windows Forms csharp help tutorial

  • How to export stored procedures from sqlserver2000 to ms access
    S srinivassam

    Hi all, i have one doubt , i want to export stored procedures data from sqlserver2000 to ms access, give me any idea . thanks & regards sarp

    sarp

    Database tutorial

  • convert datetime to decimal
    S srinivassam

    Hi all, i am facing one problem in my windows application, DateTime days; DateTime day1; DateTime day2; day1 = (Convert.ToDateTime(dtdata1.Rows[0]["firstrepaymentduedate"])); day2=(Convert.ToDateTime(dtdata1.Rows[0]["trenchdate"])); decimal interestrate; int outstandingamount; decimal interestamount = (outstandingamount * interestrate * days) / 365; here days is in datetime but interestamount is decimal. so we are getting error in converting datetime to decimal please any body knows this solution please give reply to me as soon as possible thanks & regards sarp

    sarp

    Windows Forms help

  • line 18 is getting error near ''this codes(mysql)
    S srinivassam

    ALTER procedure [dbo].[sp_BankInsert] ( @bankid varchar(100), @bankname varchar(100), @address1 varchar(100), @address2 varchar(100), @city varchar(50), @state varchar(100), @country varchar(50), @telephone1 varchar(20), @telephone2 varchar(20), @fax varchar(20), @email varchar(50), @contactperson varchar(100), @cphone varchar(20) ) begin insert into tblBankMaster(bankid,bankname,address1,address2,city,state, country,telephone1,telephone2,fax,email,contactperson,cphone)values('@bankid', '@bankname','@address1','@address2','@city','@state','@country','@telephone1', '@telephone2','@fax','@email','@contactperson','@cphone'); end

    smar

    Database sharepoint mysql help

  • mysql provider problem
    S srinivassam

    hello all, while i am trying to connect my windows application to mysql database, I am facing problem in opening the connection. The error msg I am getting is "The 'System.Data.Odbc' provider is not registered on the local machine". OleDbConnection con = new OleDbConnection("provider=System.Data.Odbc;Data Source=localhost; Initial Catalog=GKBM;Persist Security Info=True"); ANYBODY KNOWS THE SOLUTION TO THIS PROBLEM PLEASE REPLY ME AS SOON AS POSSIBLE. THANKS & REGARDS SMAR.

    SMAR

    Database help database mysql security

  • export data from datagrid to excel sheet
    S srinivassam

    iam getting error near save dialogue box C:\Inetpub\wwwroot\UserManagement\userdetails1.aspx.cs(170): The type or namespace name 'SaveFileDialog' could not be found (are you missing a using directive or an assembly reference?) srinivas

    C# sysadmin help

  • export data from datagrid to excel sheet
    S srinivassam

    Thankyou zenithmaximus, iam getting at savedialoguebox(SD) iam using datagrid and also iam using paging for datagrid. srinivas

    C# sysadmin 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