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
I

ishwarya mahadevan

@ishwarya mahadevan
About
Posts
14
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • hiii urgent
    I ishwarya mahadevan

    ya i want to store session information in table from web service

    ASP.NET help question

  • sql profiler
    I ishwarya mahadevan

    i m sorry...i wanted to post in sql but dint notice i was still in asp.net forum...sorry for the inconvenience...and thanks for providing the links...

    ASP.NET database tutorial question

  • hiii urgent
    I ishwarya mahadevan

    may i know what was the problem??? i dint ask for the coding too...i just wanted to know where i had gone wrong...

    ASP.NET help question

  • sql profiler
    I ishwarya mahadevan

    can anyone let me know how to use sql profiler 2005???

    ASP.NET database tutorial question

  • hiii urgent
    I ishwarya mahadevan

    hi i need to make an entry in the session table once the user logs. need to use web service methods for everything. i ve written a stored prov for login and within that i ve called the session procedure. while running web service method i m getting an error "string or binary truncated. statement has been terminated". as i couldnt spot the error i tried writing a separate method for session in webservice and tried calling it from login method. i m not getting any error but the entry is not made in the session table. can anyone help me out?

    ASP.NET help question

  • procedure or function expects parameter which was not supplied
    I ishwarya mahadevan

    what kind of exception is this? how to rectify it?

    ASP.NET tutorial question

  • Validatingreader is obsolete
    I ishwarya mahadevan

    Hi, I m currently developing a project on Xml Editor in vb.net...While trying to validate the xml against dtd i m getting the following error : XmlValidatingReader is obsolete. I tried using XmlReaderSettings but its showing an error saying that "The XmlSchemaSet on the document is either null or has no schemas in it. Provide schema information before calling Validate." This is the coding i ve written : Dim xmlV As New XmlDocument Dim xmlP As New XmlTextReader(TempFile) Dim settings As New XmlReaderSettings Dim eventhandler As ValidationEventHandler eventhandler = New ValidationEventHandler(AddressOf WriteErrorLog) xmlV.Validate(eventhandler) settings.ValidationType = ValidationType.DTD settings.ProhibitDtd = False Dim reader As XmlReader reader = XmlReader.Create(xmlP, settings) xmlV.Load(reader) ErrStr = "" ListBox1.Items.Clear() IsValid = True Do Try If reader.Read() Then lineInf = CType(xmlV, IXmlLineInfo) End If Catch exx As Exception Try IsValid = False If lineInf.HasLineInfo Then ErrStr = lineInf.LineNumber.ToString + ": " + lineInf.LinePosition.ToString + " " + exx.Message End If If exx.Message.IndexOf("EndElement") > 1 Then Exit Do End If ListBox1.Items.Add(ErrStr) Catch eeex As Exception MsgBox("Some unexpected error occurred " + vbNewLine + eeex.Message, MsgBoxStyle.Information, "Error") Exit Do End Try End Try Loop While Not xmlP.EOF reader.Close() xmlP.Close() Me.Cursor = System.Windows.Forms.Cursors.Default If IsValid = False Then MsgBox("File is not valid", MsgBoxStyle.Exclamation, "Error") Else MsgBox("File is valid", MsgBoxStyle.Information, "OK") End If End Sub Can anyone pls help me out in finding the error??? THanks in advance.

    ASP.NET xml help csharp database

  • xml code editor
    I ishwarya mahadevan

    i m developing a project on xml code editor. i want to check whether dtd and xsl files are valid or not through my editor. i ll be grateful if someone can provide coding for that asap

    XML / XSL xml

  • Dates in asp.net
    I ishwarya mahadevan

    Hi I want a numeric value to be added to the current date. the numeric value is provided dynamically. how do i do it? i tried the following but showing error : textbox1.text=now.date+textbox2.text i also tried : textbox1.text=now.date+val(textbox2.text) it is treating the + as concat operator and not as addition.

    ASP.NET question csharp asp-net help

  • Web Services
    I ishwarya mahadevan

    How do we get the status???? Ya i know...but i m asked to use the webservice method for everything.

    ASP.NET csharp asp-net database wcf help

  • Computer NAme
    I ishwarya mahadevan

    Hi Thanks a lot. Can u help me out with the other post i ve sent too pl??

    ASP.NET tutorial question

  • Computer NAme
    I ishwarya mahadevan

    Can anyone tell me how to retrieve the system name and ip address of the local machine???

    ASP.NET tutorial question

  • Web Services
    I ishwarya mahadevan

    HI, I m creating a login page in asp.net..i need to use web service method and write stored procedure to check if user name and pwd are correct..if its right then need to direct the user to another page else display an error...since response.redirect wont work in web service can u suggest how to go about it???

    ASP.NET csharp asp-net database wcf help

  • Using session and events
    I ishwarya mahadevan

    Hi, I m developing a project on parking system. I need to know how to make an entry to the session log table when an user logs in and how to remove the session when he logs out. and also when the user adds,deletes or updates an entry should be made in the event table. Pls help me out

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