Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
65% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags

14 Posted Topics

Member Avatar for 21345572
Member Avatar for mayaestat
0
119
Member Avatar for 21345572
Member Avatar for 21303359

It is possible to split the definition of a class or a struct, an interface or a method over two or more source files. Each source file contains a section of the type or method definition, and all parts are combined when the application is compiled. There are several situations …

Member Avatar for 21303359
0
121
Member Avatar for 21334929

checkboxlist validation <%@ Register TagPrefix="CustomValidators" Namespace="CustomValidators" Assembly="filename_of_DLL_file" %> <HTML> <body> <form runat="server"> <asp:CheckBoxList id="CBList" runat="server"> <asp:ListItem Value="Hello" /> <asp:ListItem Value="World!" /> </asp:CheckBoxList> <CustomValidators:RequiredFieldValidatorForCheckBoxLists id="reqCBList" runat="server" ControlToValidate="CBList" ErrorMessage="Please select at least one checkbox..." /> <asp:Button id="Button1" runat="server" Text="Button" /> </form> </body> </HTML>

Member Avatar for 21310051
1
305
Member Avatar for 21345572

how do i delete,update,add and sort on a visual studio 2013 which is linked to a SQL server 2012 database?

Member Avatar for 21310051
0
225
Member Avatar for 21345572
Member Avatar for 21345572
Member Avatar for 21345572
Member Avatar for 21345572
0
48
Member Avatar for 21345572
Member Avatar for 21345572
Member Avatar for 21345572
Member Avatar for ddanbe
0
51
Member Avatar for 21345570
Member Avatar for 21345572

The End.