No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
Hi, I need to grab the data from the other specified websites, any idea how to implement this? Thanks in advance. Satees | |
Hi, I have a textbox control in Footer Template within datagrid. I need to validate the textbox using client side javascript. When trying it, i got an error that the control not exist. I think the datagrid sets some unique id to the textbox at runtime. Please help me how … | |
Hi, I have displayed firstname, lastname and city fields in the datagrid. In these, first two are bound columns and the city is template column which has dropdown list control. When i click "Add new row" button, i need to add one dynamic row which has two textbox and one … | |
Hi, I have stored "DateTime" format in the database, but i need only "date" at the time of retrive. How to do this? Please help. Thanks in advance. Satees | |
Hi, I am creating website with using webservices and oracle database. In which i have expect the synchronization problem in future. So how to solve or prevent this synchronization problem through coding or any way. Any idea that would be great ! Thanks, Satees | |
Four buildings A,B,C ,D Building1 Build2 ActualDistance AllowedDistance A B 50 60 A C 40 50 A D 40 35 B C 90 10 B D 78 12 C D 45 50 in this combination if the actual distance is < allowed diatnce then the two buildings will be considered … | |
Four buildings A,B,C ,D Building1 Build2 ActualDistance AllowedDistance A B 50 60 A C 40 50 A D 40 35 B C 90 10 B D 78 12 C D 45 50 in this combination if the actual distance is < allowed diatnce then the two buildings will be considered … | |
Hi, I have datagrid control which contains textboxs in ItemTemplate. I need to set attribute to the textbox for the purpose of accessing the client side java script function. Here is my code snip. [INLINECODE] <asp:TemplateColumn HeaderText="Fld Date"> <ItemTemplate> <%# (DataBinder.Eval(Container.DataItem,"DATE","{0:d}").ToString()) %> </ItemTemplate> <ItemStyle VerticalAlign="Top" /> <EditItemTemplate> <asp:TextBox id="txtDate" runat="server" … | |
Hi friends, My application needs to integrate online payment with paypal. I am using the form based online payment. So please help me, what are all informations needs to pass through the form and what about the return URL. If posible give me the sample coding. Thanks in advance. Thanks, … | |
Friends, Can explain the key difference between PHP4 and PHP5 ? Thanks, Satees | |
Hi friends, I need to implement the "video rating" option in my website. Its some thing like "*****" should be used to rate the video. Any idea how to implement this feature ? Thanks, Satees |
The End.