Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~598 People Reached
Favorite Tags
Member Avatar for SANJISH

Hi, I am using VS2008 and i need to position a group of controls (Ctrl + Click) on my web page to another location on the same page in design view. However when i drag the mouse only the last selected control moves whereas the others remain static. I could …

0
93
Member Avatar for SANJISH

Hi, I am using the trace facility to find the viewstate size of controls on postback. I have added a label , a textbox and a submit button to the webform. However after posting my page and viewing the trace.axd page I find that the viewstate size bytes and controlstate …

Member Avatar for SANJISH
0
121
Member Avatar for SANJISH

I have a checkbox inside a datalist control with Autopostback="True". When a user clicks the checkbox the associated event Handler is not firing. My code is In HTML : [code=ASP] <asp:DataList ID="myDataList" runat="server" RepeatColumns="1" RepeatDirection="Vertical" > <ItemTemplate> <asp:CheckBox ID="chkid" runat="server" autopostback="True" /> <%#"Id " + Container.DataItem("CustomerID")%><br /> <%#"Name " + …

0
85
Member Avatar for SANJISH

Hi, I am using vs 2005 asp.net/vb.net . My screens appear very small on the browser. How can i hide the IE toobars to get a full screen view of my pages ? Kindly help Regards SANJISH

Member Avatar for MidiMagic
0
88
Member Avatar for SANJISH

Hi, I want my labels with rounded corners . Can someone please tell me how i can accomplish this without using graphics in vs 2005 ?

0
24
Member Avatar for SANJISH

Hi, I am developing an application in Visual Studo 2005 . I need to have a table with 4 rows and 4 columns. I am able to drag and drop the table control from the toobox, but for creating the rows and columns i have to write the <tr>,<td> blocks …

Member Avatar for SANJISH
0
74
Member Avatar for SANJISH

i have managed to create a scrollable datagrid with fixed header. The header doesnt scroll out of focus when i pull the scrollbar down. However the height of the header increases or decreases depending on the number of records displayed. This is unacceptable to some of my customers and i …

Member Avatar for SANJISH
0
113