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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

sooreeagt

@sooreeagt
About
Posts
29
Topics
22
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to get the xml from dataset
    S sooreeagt

    Hi all... Here i read xml from a string and i kept in a data set Dim myDS As DataSet = New DataSet Dim myTable As DataTable = New DataTable("DOList") myTable.Columns.Add("OtherData", Type.GetType("System.String")) myDS.Tables.Add(myTable) Dim xmldata As String = strXMLString Dim xmlsr As StringReader = New StringReader(xmldata) myDS.ReadXml(xmlsr, XmlReadMode.IgnoreSchema) next i have to read that xmldocument and i need to get some node .but i am not getting hoe to retrieve that xml document in data set can u please help me.

    Suresh.R

    ASP.NET xml help tutorial

  • how to convert a string into xml file
    S sooreeagt

    Hi here i will get text(string) into a field in a table.I need to convert that string into XML file. can any one have code or any idea please guide me .

    Suresh.R

    ASP.NET tutorial xml

  • how to create a xml document
    S sooreeagt

    Hi all..... The scenario which i have to finish as follows need to create one XML document and i have to check for errors in that. And i have to load that document with the data by getting from a field in a table. And again i need to check for errors.Just i need how to create XML document and check for errors in that. If any one have idea please assist me.

    Suresh.R

    ASP.NET xml tutorial

  • how to updata database
    S sooreeagt

    Hi aLL... I have displayed data in datagrid,And i need to update the database with same data. i have same table(column names) in database. if any one have idea plz help me.

    Suresh.R

    ASP.NET database help tutorial announcement

  • how to upload an excel file and store it in database
    S sooreeagt

    Hi all. I am in situation like .i have uploaded an Excel file and i have displayed in a grid but i am unable to store it into database. can u plz help me out

    Suresh.R

    ASP.NET css database help tutorial

  • hoe to upload XLFile and save into database
    S sooreeagt

    Hi all.... i need to upload Excel file and save it into database. If anyone have code plz send me. it very urgent.

    Suresh.R

    ASP.NET database

  • how to upload an excel file and store it in database
    S sooreeagt

    Hi All........... I have a situation like ,i need to upload Excel file and i need to store it in database, my table fields and xl sheet fields are same. can you please send me code to write under upload button... Its very urgent ..plz.........

    Suresh.R

    ASP.NET database tutorial

  • DetailsView and database help
    S sooreeagt

    Hi I have one idea..about your query.... for selected colums just use condition like where or filters... and you want field name in good way am i ? then in query use AS key word like select uid as UserId from emptable. This is best of my knowledge.I feel happy if it makes any favour to you

    Suresh.R

    ASP.NET database help question sql-server sysadmin

  • how to delete selected item from datagrid
    S sooreeagt

    Hai all... i want code for delete a selected row from datagrid. i have checkboxes on every row if i check and press delete button .That should be deleted. any one have code or any idea plz help me

    Suresh.R

    ASP.NET help tutorial

  • Is it posiible
    S sooreeagt

    Thank you for your reply But i should not use querystring here ...

    Suresh.R

    ASP.NET help tutorial question

  • Is it posiible
    S sooreeagt

    Hi All I am in a situation like.....i need transformation from aspx page to asp page. Means i have a dropdownlist i n my aspx page. when i select one option i need to transfer from aspx page to asp page. Is it possible to transfer? i kept both asp and aspx pages in same page.Bt after execution i am getting an error like ...... * Error while accessing data. Error executing child request for Excess_Premium_Refund.asp. System.Web Plz give some idea how to manage the thing if anyone have idea

    Suresh.R

    ASP.NET help tutorial question

  • how t ofind the control in itemtemplate of datalist
    S sooreeagt

    Hi DuckFace Thank you for ur response. I will try to work it out. If find any problem then i will keep a message

    Suresh.R

    ASP.NET help tutorial announcement

  • how t ofind the control in itemtemplate of datalist
    S sooreeagt

    Hi all.......... I am in a problem like.. I am using datalist item . In edit item template of datalist i have some controls like textbox. At the time update button click i need to validate the edit template.Here i need to validate one textbox with a date formate like dd/mm/yyyyy. I have the function of that date formate but when i am validating HOW TO FIND THE TEXT BOX.In itemdatabound event also i am not getting the control plz help me if any one have idea...

    Suresh.R

    ASP.NET help tutorial announcement

  • need date formate (dd/mm/yyyy)
    S sooreeagt

    Hi All.... I need date formate like (dd/mm/yyyy). ere i cant use calender control. so i need to validate the textbox.If any one have idea plz help me. If you have script for that validation plz send .Its urgent

    Suresh.R

    ASP.NET tools help

  • help needed urgently
    S sooreeagt

    HI Re install the IIS. I think this problem is from IIs only. This is as per my knowledge. Thank you

    Suresh.R

    ASP.NET help csharp sysadmin

  • how to maitain session between asp and asp.net
    S sooreeagt

    Hi all, I am working in migration project. I need to get the session from asp and i have maitian it in asp.net means in aspx page. Plz help me if any one have idea. I will be very happy if provide code ,coz i don't have any knowledge in asp

    Suresh.R

    ASP.NET csharp asp-net help tutorial

  • how to session
    S sooreeagt

    Hi all, i ned to maintain session and i need to get the session id and i have to keep in a table .I dont have any idea about sessions plz give me code for how to creatw a session .

    Suresh.R

    ASP.NET tutorial

  • How to get date format
    S sooreeagt

    Hi i want it in SQL... my INPUT is GetDate() and OUTPUT is 9-Apr-2007...ok..

    Suresh.R

    Database question help tutorial

  • How to get date format
    S sooreeagt

    Hi all, How do I make the date format to DD-MMM-YYY, ie. 01-APR-1998. I have try to set 'DateStyle' to all options but none of them can show this format. Could someone help me please?

    Suresh.R

    Database question help tutorial

  • hi
    S sooreeagt

    hi iam getting the following error while i am updating database . here i am getting data from XL sheet Cannot update. Database or object is read-only can u plz give me ur ideas thank u

    Suresh.R

    C# database help announcement
  • Login

  • Don't have an account? Register

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