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 strongm 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: prasadalone
  • Order by date
  1. prasadalone

    tree menu add level 3

    i am creating treemenu with exsisting code Following is my code for creating array which is currently upto level 2 i want to add level three how to add it eg right now only following two levels working i want to add level three 1 working 1 working -- working -- working 2 -- working...
  2. prasadalone

    indexing full text search is not working

    I am facing problem while searching the contents in html contents eg.Contents in text field is like this <B>AIR 501 822 33</b> when i try to search using follwoing query select * from cl where contains(citation,'"AIR 501 822 33'") i am not getting any result but if i run the following query i am...
  3. prasadalone

    how to pass the values to the textbox through window.opener

    I am calling cander.aspx page through javascript i am using window.opener to set the values of the textbox i think because my textbox is server control so that through calendar.aspx page i am not able to pass the values to the texbox is there any way to transfer the values from calendar.aspx...
  4. prasadalone

    Add text to dropdown after connecting to the database

    hi have created dropdrown box in asp.net page values are set by bounding database to the dropdown box now i want to add "<select>" as text item and "" as value can it be possible help required
  5. prasadalone

    loop dosent work

    thank thank thank you very much
  6. prasadalone

    loop dosent work

    Check below mentioned code output of my following sql query is 2 records but while looping(tobjreader.Read) through it shows only one record please help me sqlsel="select count(*),membership,sum(amount) from MisData where month(paymrecddate)= " & pmnth & " and year(paymrecddate)=" & curyear...
  7. prasadalone

    'System.Web.Mobile' is a namespace, and so is not a valid expression.

    what is this error and how to solve it 'System.Web.Mobile' is a namespace, and so is not a valid expression. i am using following code fname=Request.form("firstname")+" "+Request.form("lastname") allphone=Request.form("phone_office")+","+Request.form("phone_residential")...
  8. prasadalone

    adding web server control

    i am new to .net i want to know Can we add Server control to form the way html controls added (Microsoft visual studion 2003)
  9. prasadalone

    new to asp .net

    i am new to asp.net and i want to learn asp.net i am expert in asp please help me
  10. prasadalone

    mysql query

    Following is my mssql query i want to convert this query into mssql query tell me how thank you Select firstname +' '+lastname+' userid :'+Users.userid ,PrayerDetails,PrayerRequestDate,Paidstatus,PrayerRequest.PrayerRequestId,t1.tcnt from PrayerRequest,UserPrayerRequest,Users,(select count(*)...
  11. prasadalone

    How to start

    currently we are having our own website called www.legalpundits.com its entirely devloped using asp and sql currenlty we are confuse how to shift from asp to asp .net i do have following queries 1. i have heard there is lot of drop and drag feature in .net through which you can developed your...
  12. prasadalone

    i want to display the contents of uploaded word file into textarea how

    i want to display the contents of uploaded word file into textarea how to do it please help me
  13. prasadalone

    how to find one dates exsist between two dates

    Dear sir I want to check whether current date time falls with in the date stored in variables Prasad
  14. prasadalone

    how to find one dates exsist between two dates

    Dear sir How to find one date exsist between two dates Following is the few lines of codes slot1=cstr(Date())+" 8:00:00 AM" slot2=cstr(Date())+" 11:59:00 AM" slot3=cstr(Date())+" 12:00:00 PM" slot4=cstr(Date())+" 4:29:00 PM" slot5=cstr(Date())+" 4:30:00 PM" slot6=cstr(Date())+"...
  15. prasadalone

    create the list of new members and send email to other members

    i want to create the store procedure where the list of new members register with the site will be email to other old members of the site new members will not contain their name when they receive the email my tablename is memberdescription fieldname : profileidd,emailidd,creationdated. I do...
  16. prasadalone

    out of memory

    i am getting running out of memory message is there any solution for it
  17. prasadalone

    out of memory

    While creating exe i m getting error "out of memory" i am using crystal report designer in my project please help me.

Part and Inventory Search

Back
Top