Search:
Type: Posts; User: ATommy
Search :
Search took 0.01 seconds.
I've enabled selection for GridView... but it's not a checkbox... :mad: it's a link, or image, or a button
I've added a column "CheckBox" (bit) to the dictionary database...
Then I've placed a GridView to my page bound to my database; it's almost what I want... but... Checkbox field is not readonly...
I want to make a checkbox list with columns to bind every column to a database. I'll place this checkbox list on a web-page.
Scene;
I have a database of dictionary, which has 2 columns; "English"...
I've made a page split into 2 frames. (so, I have 'index.html' with descriptions about frames and which is the main frame-container, then I have 'leftFrame.html', which contains my navigation, and...
<html>
<head>
<style type="text/css">
iframe.iFrmMain
{
display: none;
}
</style>
<script language="javascript" type="text/javascript">
But now I have "Welcome to Google here" instead of "Welcome to Google" :D
...
<script language="javascript" type="text/javascript">
var txt = 'click <a href="#" onclick="LnkClicked(txt);">here</a>' ;
function LnkClicked(txt) {
...
I wanna write some script; but something just doesn't work. I'll try to be as short as possible;
<html>
<head>
<style type="text/css">
iframe.iFrmMain
{
display: none;