Hi guys,
i use the following code to get the data to textboxes and ddl boxes from the database
If CheckOutDr("Billing_Street1") Is DBNull.Value Then
txtAdress1.Text = "n\a"
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21208837.html
Hey there guys,
I admit i am not very good at this stuff but i try and i am just playing around here....
I am playing with the ASP.Net panel class... I have a check box and what i want to do...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21356735.html
Hi,i have an editor.aspx where i have a table named sbaTable. That table is dynamically filled with rows in my code page editor.aspx.vb...On every row I have one checkbox and one textbox.. what i w...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22063785.htm...
How do I tell an ASP.Net control to call a javascript function when an event occurs? If I try and do it the same way as I would with a normal HTML control it tells me my javascript function is not...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20861063.html
Zones:
.NETDate Answered: 01/24/2004 Grade: B Views: 128
Morning,
I have been banging my head trying to figure out why a simple javascript call from a checkbox keeps failing. The error comes back saying : CS1026 expected ), but the syntax is correct....
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21327718.html
I previously asked a question
http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/ASP_DOT_NET/Q_21625144.html
I am having trouble becuase the code fires when the checkbox...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21625484.html
I have the following script block...
<script type="text/javascript">
function ReceiveCallback(result, context)
{
alert result;
}
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22124119.html
How to handle the onClick or OnCheckedChanged Event for ASP.NET dynamatically created Button or Checkbox web form control?
I am a beginner of ASP.NET.
I can add Button or Checkbox control at...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21204763.html
I'm not able to find controls in an EditItemTemplate. I have a datalist which is bound on Not IsPostBack, and it has an item template simply displaying a list of vendors. When i click on the Edit L...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21505938.html
I am trying to add some Javascript to my aspx page as follows (within content place holder), however I get an error when my CheckBox control tries to call that function :
<%@ Page Language="C#" ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21689822.html