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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sunila7
  • Content: Threads
  • Order by date
  1. sunila7

    HTML tags inside XML Node

    I would like to display contents inside an XML Node as HTML i.e if there are HTML tags in the content of XML then I would like to process it and display accrodingly. For Eg: <StoryText>The five-item line, sold under Initial product trial, <b>which started in December</b>, has been met with a...
  2. sunila7

    Custom Control(Rendering a Datagrid)

    1) I have a custom datagrid control class (inheriting from System.Web.UI.WebControls.WebControl). In the constructor of this class i dynamically register the OnItemCommand for the grid. 2) I have another custom CustomHeaderTemplate class inheriting from ITemplate, which we are using to...
  3. sunila7

    Is there a way to send keys to a program w/o activating the Window

    Is there a way to send keys to a program w/o activating the Window? Without using AppActivate and sendkeys? the problem with this is that the window keeps getting focus everytime appactivate is called. Is there a way to avoid that? Thanks Sunil Sunil
  4. sunila7

    Check 2 javascript function before submitting the form

    Hi, I want to check 2 boolean function's value before submitting the form This is how the code looks like now <form action=&quot;Enrollment/ChooseBenefit.asp?<%=strPass%>&quot; name=&quot;BenefitForm&quot; method=&quot;Post&quot; onSubmit=&quot;return chkValue();&quot; > Now I want to add...
  5. sunila7

    Submit the Form Only Once

    Hi All, How can I make sure that the form is submitted only once when a save button is clicked on the form. Right now I have a form on which the user can click on a save button as many times he wants and the data gets duplicated in the database. How can i avoid this? Thanks for help Sunil
  6. sunila7

    Passing Value back and forth between Iframe and PArent page

    Hi, Iam having trouble in passing values between Parent page and an Iframe which has a page as src in it and this page has a combo inside it, which is to be loaded based on values selected on the Main page. any help apprecaited Thanks Sunil
  7. sunila7

    Reloading Combo based on a value selected in another Combo

    Hi All, I have a combo box which displays states from the DB and for each state there is a set of values to be picked from the DB and to be displayed in another combo. The porblem is that, I have got it to populate the combo based on the values selected from the state combo, but the screen...
  8. sunila7

    ScaleMode

    Hi, Iam trying to print a card through the printer object. The card is approx 3.5 inch long. Now the problem is that if I try to Print a long Text(Which comes up from DB, as entered by the user), part of the text is not printed on the card. The Font iam using is Arial and size is 20. Now i...
  9. sunila7

    IS_MEMBER giving wrong results

    Hi, I am using Is_member function to determine wether a user has permissions to a particular role. I have a role called Adminstrator and a user is a member of that role. when i give the System Admin and Security Admin roles to this user, is_member returns a zero for Administrator role. if...
  10. sunila7

    SQL to get users for a Database

    Hi All, I want to write a SQL to display users for a particular database, who have logins to a SQL server database Thanks Sunil
  11. sunila7

    Hi all i am trying to get data f

    Hi all i am trying to get data from an XML File from an ASP page. this is the code i am using. Dim XMLDoc Dim xDoc Dim attName attname = &quot;username&quot; Private Const USER_NODE_NAME = &quot;Userid&quot; Private Const PASSWORD_NODE_NAME = &quot;Password&quot; Set XMLDoc =...
  12. sunila7

    Is it possible to the amount (In Mb/Kb) of Data retreived from MSSQL

    Hi all, i would like to know wether there is a way to know the amount of data( in Mb/Kb or any other way) retreived from a SQL SERVER DB. for eg from a SQL uery like this. SELECT * FROM TABLENAME Thanks Sunil
  13. sunila7

    Refresh the PAge

    is it possible to Reload the entire Page on onChange event of a Text box. Thanks Sunil
  14. sunila7

    Hi, i want create a web page in

    Hi, i want create a web page in which there is a phone no field an on the lost focus event of that i want to fill in the rest of the field like address's coreesponding to the phone number. I am using ASP for server side scripting and on submiting the form i want to go to next page is that...
  15. sunila7

    Hi, i want create a web page in

    Hi, i want create a web page in which there is a phone no field an on the lost focus event of that i want to fill in the rest of the field like address's coreesponding to the phone number. I am using ASP for server side scripting and on submiting the form i want to go to next page is that...
  16. sunila7

    Hi, on the lost focus event of a

    Hi, on the lost focus event of a text box i want to fill another text box with the value that user has filled in. is it possible. thanx, sunil
  17. sunila7

    IN Clause For Opening A Cursor

    Hi, I am trying to open a CURSOR in SQL SDERVER 7.0 which uses an in clause for opening the Cursor. is it possible to open a cursor like this. The Select statement is not returning any rows now. CREATE PROCEDURE Hello AS Declare @ChargetypeCode as Char(3) Declare @Description as char(100)...

Part and Inventory Search

Back
Top