i need to know how to retrieve a selected cell (single cell) index.
i would to retrieve a single selected cell DataTextField..
in my datagrid have hyperlink button.. i put it in databound so at first the data could be inserted from sql and put the content into the DataTextField.. the problem is the i dont want to select the whole row or row key(primary key)..
pls help me!!
User Profile
Collapse
-
i have try to change authentication of web.config from 'Windows" to "None" but the dialog still come up on client side..
beside in IIS setting allow anonymous user to login with IUSR_"machine name"... the method that i show above just confirm on LSS to use IUSR_"machine name" to access from network....
above method that i have done is the only way so client can get into system without... -
hi thanks again for the reply..
yes i notice that all the authentication needs have been fulfill.. im tried..
i have done the
1) authentication of web.config to "Windows" and allow to all user ('*").....
2) IIS anonymous user to IUSR_"machinena me"
3) full NTFS permission's to the folder and file to IUSR_"machinena me"
the box only shown up only LAN...Leave a comment:
-
do you mean by the "valid domain"... pls help me how to do that so... tqLeave a comment:
-
IE / Firefox Authentication on client-side
hi.. currently im developing system by VB.net with ASPX.
i got this problem which to build solution / run from development PC (- under Administrator account.) is running just find. But since last week, i can't connect to my system thru LAN / intranet client-side browser both Firefox or even IE.
the Windows Authentication dialog box are appear to let user enter user name and password
i have going thru all... -
my question is how to get a changed 'latest" textbox that on interface of client-sideto variables to get into SQL command.
In other words, i try to update information that show in the textbox into SQL which changed by user at client-side....
then several replies came in, which doesn't reply to my problem.. but then in few hours later, i got the answer to avoid such problem.
which to put out button to...Leave a comment:
-
erm.. i still don't have the answer how to get the client-side textbox.. most of the sites / forum that i visit they suggests to change on the java / html script.. which i very unfamiliar with yet..
i have done to avoid such problem is..
i don't load the page with any text / data from database automatically into the textbox on page_load.. instead i let user to click a button to fill the textbox first manually......Leave a comment:
-
too bad..
i just got this link >> http://www.syncfusion. com/FAQ/aspnet/WEB_c5c.aspx
--------------------
28.10 How to get the textbox value at the client side ?
<script lang="javascrip t">
function CheckFunction()
{
if (document.getEl ementById('<%=t extbox2.ClientI D%>').value == "")
{
alert("Please enter a value");...Leave a comment:
-
How to get the textbox value at the client side ?
well the far that i know... text change event is not the same in form, that normally i do in VB form.. that will react in real-time of text box changes..
i'm newbie in this vb.net-aspx.
do you have any useful link that i could go to.. tq...Leave a comment:
-
tq for the reply...
yup i know the basic one such..
>>var1 = me.textbox1.tex t
is that do you meant? it just return / collect the TEXT on textbox originally put in the first place when the page load.. i wantted the edited one by user.. tq...Leave a comment:
-
get current text from text box
I'm just a beginner for vb.net 2003..
How do i initialize the text from a textbox into variable??
the textbox was input orginally from SQL, then user may change it then update back it to SQL.. but i'm lost how to take the TEXT form TEXTBOX to intialize with sql command..
No activity results to display
Show More
Leave a comment: