Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by teclioness

  1. teclioness

    Validating XML fragment against schema

    Hi, I am finding diffcult to validate a xml fragment to validate against a schema. The situation is as follows: I am making an xml string on the fly, but before submitting it to another server, I need to validate that it is a valid xml against schema. I have the schema saved locally on the...
  2. teclioness

    Opening multiple windows from code behind

    Hi jbenson001, I have a datagrid in a page which is displaying all the messages. The page refreshes after 1 minute and in that I have put code to check against database if there is any new message posted since last ones.
  3. teclioness

    Opening multiple windows from code behind

    Brilliant guys!![bigsmile] it worked!! I made the change as suggested by stsuing and both windows opened. Well, its a requirement that if whatever number of messages have been posted in one minute duration, those many windows need to open on the client side, so as to make them aware that a new...
  4. teclioness

    Opening multiple windows from code behind

    Thanks Guys, I would try both the suggestions. Tgreer, I did try using registerstartupscript method, but as response.write, it was showing only the last popup and not both of them. I would let u know how it went in a while.
  5. teclioness

    Opening multiple windows from code behind

    Hi, I am making a web applications, where the users can post new messages for everyone to see (in their department). Every one minute the show messages page checks for new message and needs to show popup window with some part of the new message that has been posted. I have been able to show...

Part and Inventory Search

Back
Top