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.

0 Endorsements
~764 People Reached
Member Avatar for laptop545

Hello All, I am trying to use ModalPopupExtender from a Grid View and i am having problems with it. Can any one please help ? I have a grid view as follows : [CODE] <Columns> <asp:BoundField DataField="Title" HeaderText = "Title"></asp:BoundField> <asp:BoundField DataField="ContactId"></asp:BoundField> <asp:TemplateField> <ItemTemplate> <asp:LinkButton runat = "server" ID="btnEditContact" CssClass="UM_Link" …

0
66
Member Avatar for laptop545

Hello All, I have a question regardind=g accessing shared resources. I have a for loop in which i am creating many threads.. And each thread at some point of time they call this function : [code] Public Function UpdateMailJobs(ByVal con As Data.DataRow, ByVal jobid As String, ByVal varName As String, …

Member Avatar for the_carpenter
0
169
Member Avatar for laptop545

hello all, Can any please help me in this : I have a form , in a website which has : year : text box Photo : type ="file" Submit button. Now, if any user enters the year, and uses the browse button to select any photo, and then clicks …

Member Avatar for prashantchalise
0
97
Member Avatar for laptop545

Hello All, I have a problem in a project i am doing. Can any1 please help me in this. I have a drop down list as follows : [code] <asp:DropDownList ID="PostActionDDL" runat="server" EnableViewState="false" OnSelectedIndexChanged="activeRegistrant_SelectedIndexChanged" AutoPostBack="true" > <asp:ListItem Value="0">Select an Action</asp:ListItem> <asp:ListItem Value="1">View</asp:ListItem> <asp:ListItem Value="2">Delete</asp:ListItem> </asp:DropDownList> [/code] And i have the …

0
65
Member Avatar for laptop545

Hello All, I am working with a web page an d i have a small problem. Presently i have a page, which shows the data in the form of a grid view. basically it shows the schedules for a game. In that gird view, i have a button called recap. …

Member Avatar for kvprajapati
0
138
Member Avatar for laptop545

Hello All, I have a problem regarding the grid view win C#.. i have a grid view called subGrid, i am using it to get the values sent by a Stored Procedure.. subGrid.DataSource = form.GetRegistrant(); Now this subGrid has the following values.. id name result 1 a Yes 2 b …

Member Avatar for Geekitygeek
0
162
Member Avatar for laptop545

Hello All, I am presently working on a developed website and want to add some functionality to it. I have a file called AssetPreview.ascx and the code behind the file as AssetPreview.ascx.cs Now, i added something to the ascx file like, [code] <a id="test" onclick = "temp()" runat="server" >Click here …

Member Avatar for Renukavani
0
67