Hi All,
I would like to customize the ASP.NET's calendar control so that if there
are any events for a particular day it would highlight/bold that day in the
calendar. I use a custom business logic to get the events which is not a
problem.
To bold the days that have events, I am developi...
more >>
I had created a deployment project using ASP.net 2.0 . I have to
intall Ajax and .net framwork before installing my web set up. Is
there any way to install these setup inside my websetup??
Thanks,
Chandan kumar...
more >>
http://exams.googletoad.com
Just write your exam number or general phrase
(70-227,642-642,cisco,oracle,microsoft,hp,juniper etc.) and hit the search
button.
Choose your dump (actualtests,pass4sure) , click detail page and
click
download button.
If you have any request just fill the...
more >>
Hello. I have Repeater and DataSource some table and I need change
row in ItemDataBound event.
So code looks like this
<asp:Repeater ID="Repeater1" runat="server"
OnItemDataBound="Repeater1_ItemDataBound">
<ItemTemplate>
<%# DataBinder.Eval(Container.DataItem, "id")%>
...
more >>
I have a validator that I wrote by inheriting from BaseValidator. At certain
points in the code, I need to access other controls on the page containing
the validator. I have the IDs of these controls, so I use the following
statement to access them:
Me.Page.FindControl(ControlID)
However...
more >>