I'm a newbie in c# and im using .NET 2008 and SQL dbase.
My problem is I want to edit record from a gridview.
When I select a record then it goes to designated textbox and dropdownlist....
if you're using SQL for database, better search how stored proc works or yet start studying VB. learn how TIMER works in VB and it will solve your problem.
place this to where the page should be call up to....
function OpenWin(sUrl, ancho, alto)
{
var x = (screen.width - ancho) / 2;
var y = 1;
var str;
var AdminWind;
i tried it on IE and firefox.it works fine. im dreamweaver user too. just dont include those trash codes on it that dreamweaver always puts on. that's what i hate with dreamweaver. here's what i did...
good advice! i like it and i tried it. still nothin' happens but i know somehow it really helps. but my problem still there. i think the prob is in the table. first i start using rows only, then it...
i see no error on the browser. maybe its easier if i see one. when i click the submit nothing happens. it doesnt react. but the text box has its value already. :( i need some hand. thanks bro
sorry now i see! i've viewed your web using firefox. a short cut way if your asking attaching it to <body> without using css, you can use this but im not sure if it works, maybe you can try.
<body...
im a newbie. can you help me with this one. why one of the function i use is not submitting the value. the two function i've used is for displaying a new entered value. its both working but when i...