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
C

chandragupta k

@chandragupta k
About
Posts
9
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Run Tim Error while Acessing a function defined in Web Service
    C chandragupta k

    hi friends, i am getting a run time error when i am trying to access the function defined in the webservice(WFC) from the client(i.e webform). COULD NOT FIND DEFAULT ENDPOINT ELEMENT THAT REFERENCES CONTRACT 'CITIZENSERVICE.ICITIZENSERVICE' IN THE SERVICEMODEL CLIENT CONFIGURATION SECTION. THIS MIGHT BE BECAUSE NO CONFIGURATION FILE WAS FOUND FOR YOUR APPLICATION, OR BECAUSE NO ENDPOINT ELEMENT MATCHING THIS CONTRACT COULD BE FOUND IN THE CLIENT ELEMENT. Web service Name : CITIZENSERVICE Interface Name : ICITIZENSERVICE Please help me out Thanks in Advance Chandra Gupta

    ASP.NET help workspace

  • Hiw do i Update the dataset records to database
    C chandragupta k

    Hi all, Plese some body help me out its very urgent,i am trying to update the dataset records into database but its not workinh fine ... The code i have tried as follows for your reference Da=new SqlDataAdapter("SELECT * FROM MailsInQueueTest",sqlcon); SqlCommandBuilder builder = new SqlCommandBuilder(Da); Da.FillSchema(MailDataset,SchemaType.Mapped,"t1"); Da.Fill(MailDataset,"t1"); foreach(DataRow dr in MailDataset.Tables[0].Rows) { if((Convert.ToInt16(dr[0]))==1) { dr.Delete(); //dr[3]=1; } } MailDataset.AcceptChanges(); builder.GetDeleteCommand(); Da.Update(MailDataset,"t1"); Thanks in Advance Chandra Gupta

    C# database help announcement

  • Update the dataset into database table
    C chandragupta k

    Hi all , I need to update the changes made on the dataset to database ,i wrote the following code but its getting updated to database ,please help me somebody The code like this Da=new SqlDataAdapter("SELECT * FROM MailsInQueueTest",sqlcon); SqlCommandBuilder builder = new SqlCommandBuilder(Da); sqlcon.Open(); Da.Fill(MailDataset); foreach(DataRow dr in MailDataset.Tables[0].Rows) { if((Convert.ToInt16(dr[0]))==1) { dr.Delete(); } } MailDataset.AcceptChanges(); builder.GetUpdateCommand ();//.GetDeleteCommand(); Da.Update(MailDataset); Thanks In Advance Chandra Gupta

    C# database help announcement

  • Delete a record from the dataset
    C chandragupta k

    Hi Deepak Kumar The url send by you is used to delete a row from hash table but my requirement is that i need to delete a row from dataset Thnaks in Advanc Gupta

    C# help announcement

  • Delete a record from the dataset
    C chandragupta k

    Hi all, i am trying to delete a row from dataset ,i have used the following code but i am getting error like An unhandled exception of type 'System.InvalidOperationException' occurred in mscorlib.dll Additional information: Collection was modified; enumeration operation may not execute. foreach(DataRow dreach in MailDataset.Tables[0].Rows) { if(Convert.ToInt16(dreach["Mailid"])== 37) { dreach.Delete(); MailDataset.AcceptChanges(); MailDataset=MailDataset ; sd1=MailDataset.Tables[0].Rows.Count; //Da.Update(MailDataset); } }

    C# help announcement

  • How to Comare two key's of hash table
    C chandragupta k

    Thanks Guffa i got it

    ASP.NET data-structures cryptography help tutorial

  • How to Comare two key's of hash table
    C chandragupta k

    hi all, I got one reuirement that i need to compare two key's of hash table how can it possible,please try to help me out, Thanks In Advance Chadragupta

    ASP.NET data-structures cryptography help tutorial

  • How to insert large amount of data into column of a table
    C chandragupta k

    hi originSH , Thanks for your reply but my requiremet is store all the date ito one column i cannot chop up teh thing because i am getting that text dynamically..The text in the form of html Thanks in Advance Chandra Gupta

    Database sharepoint help tutorial

  • How to insert large amount of data into column of a table
    C chandragupta k

    hi Pete O'Hanlon, I have used text data type only but it is not allowing me store whole text(Actually the text in the form of HTml) into my Database

    Database sharepoint help 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