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") %>'
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...
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.
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...
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
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 ?
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.