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 TouchToneTommy 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: logi2000
  • Order by date
  1. logi2000

    how can i concatenate a value in a hyperlink

    i bind the datagrid using a sqldataadapter. but i found the solution, i can do somethin like this: NavigateUrl='<%# "admin.aspx?RequestId=" + DataBinder.Eval(Container, "DataItem.RequestID") %>'
  2. logi2000

    how can i concatenate a value in a hyperlink

    i have a hyperlink with this properties: Text='<%# DataBinder.Eval(Container, "DataItem.RequestID") %>' NavigateUrl= 'Admin.aspx?RequestId=' but in the NavigateUrl i would like to have something like: NavigateUrl= 'Admin.aspx?RequestId=123' the hyperlink is a column in a DataGrid. so how...
  3. logi2000

    cant debug sql store proc

    ok. i will test that. thanks.
  4. logi2000

    Cannot debug a sql stored procedure

    i execute this sp sp_sdidebug 'legacy_on' in the master database, and it seems it solves the problem. Cause all the other configuration was correct. thanks.
  5. logi2000

    cant debug sql store proc

    i am trying to debug an sql store proc from my VB.Net IDE environment, but when i put the breakpoint in the store proc code, it doesnt breaks there, and it shows the following message: The breakpoint will not currently be hit. Unable to bind SQL breakpoint at this time. Object containing the...
  6. logi2000

    Cannot debug a sql stored procedure

    i have that problem, how can i solve it ? i get this message: The breakpoint will not currently be hit. Unable to bind SQL breakpoint at this time. Object containing the breakpoint not loaded
  7. logi2000

    server.mappath

    what happens if i dont use server.mappath to store a file on a aspx page ?
  8. logi2000

    format a number with 6 decimals

    thats great tanks
  9. logi2000

    format a number with 6 decimals

    i want to format a number to have 6 decimal places, how can i do that ? 34.54309009 to 34.5430
  10. logi2000

    filtering a dataview

    the filtering is done correctly, but i cant put the results into a data table, so i do it into a datagrid
  11. logi2000

    filtering a dataview

    i use the row count prperty of the data view, but it seems the filtering is not being correcty applied
  12. logi2000

    filtering a dataview

    how do i properly set a data view filtering? i have a dataview, apply the setrow filter, but when i check the rows in the data view, it has all the columns, and not only the filtered ones. any examples ?
  13. logi2000

    insert dataview rows into a datatable

    i want to insert the filter rows of a dataview inside a data table. how can i do that ?
  14. logi2000

    run a exe file in the client PC

    can i run an exe file on the client PC from a web app. ? like opening the notepad, or the mspaint application.. thanks
  15. logi2000

    excel library problem

    the problem was because i was using the spanish version of the office, and the english version of the OS. i had to add a line that change the culture info to US
  16. logi2000

    Can't get ASPX pages running on my webserver

    maybe you can try reinstalling the .net components, if nothing else works.
  17. logi2000

    Can't get ASPX pages running on my webserver

    1. please do this: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode"...
  18. logi2000

    cant have multiple ie open at once!

    it seems to work. but could you tell me a little more detail about what was the problem, and what caused it ? thanks
  19. logi2000

    cant have multiple ie open at once!

    i uncheck 'reuse Windows when launching shortcuts.' but i still have the problem
  20. logi2000

    cant connect to SQL server

    did that, but i stills ask for the userid, password and domain

Part and Inventory Search

Back
Top