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: *

  1. serpico622

    crystal reports anybody??

    hi, i am not able to dispaly the data in dataset in crystal report why?? no errors no bugs nothing, example: Datasource ds; try { myConnection.Open(); adapter.SelectCommand = myCommand; adapter.Fill(ds,"test"); //execute here myConnection.Close()...
  2. serpico622

    asp.net startup question (plz help)

    i had same problem .,, try this.,., create a webproject setup .,, (http://www.c-sharpcorner.com/deployment/deployment_1.asp ) the ftp/copy the whole folder where ever you stored the setupfiles(x.msi etc)to new location and click on set up .,,. goodluck
  3. serpico622

    Websetup

    hi, i am using forms authentication. it works good except when i want it to use it with roles. example: in my site i have three roles user A,B,C. i need to redirect the user according to the role. how do i implement that.?? basically i was thinking may be i would create 3 saparate web...
  4. serpico622

    javascript in serverside?

    very smart.!! it writes to the browser only when the condition is true. -right?? i like that.
  5. serpico622

    HELP ... I'm in checkbox HECK!!! (didn't want to use the other word)

    i thinnk i run into somproblem like this before. in my case, i was trying to find the control at worng place. i.e , it was databounded and the contol could not be accessed in code untill the grid was in edit mode. and (Only)was accessabel only in the event/methods i specified for grid...
  6. serpico622

    Opening up a new window in ASP.Net

    u can write onlick even of hyperlink. and call a function which uses javascript window.open method., if u want to hide make the controls run as server controls and u can tweek with visible and invisible properties. good luck something along these lines <Script lan..=&quot;javascript&quot;>...
  7. serpico622

    asp.net crystal report problem

    i had a similar problem, try giving full access to aspnet user. good luck
  8. serpico622

    HELP ... I'm in checkbox HECK!!! (didn't want to use the other word)

    not really a solution but a suggestion. did you try to see what that expression is evaluating to ., may be u have spaces etc., while reading from db. try trimming the string and then conct cbx. projResData.Rows [0]&quot;RESOURCE_ID&quot;.ToString ().Trim());
  9. serpico622

    Creating my own event to pop up a confirmation box?

    ur maxRecordsExceded() needs to be in script tag. since ur registering it as javascript as i see it. try it and let me know.
  10. serpico622

    javascript in serverside?

    as far as i know ., NO, javascript is executed in a browser env. so even if you use registerjavascript/client script method in asp.net u can still see the code reproduced in browser. hope this helps

Part and Inventory Search

Back
Top