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()...
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
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...
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...
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..="javascript">...
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]"RESOURCE_ID".ToString ().Trim());
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
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.