No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
24 Posted Topics
i am developed one simple single payment gateway in this customer can fill all the basic information and the amount afterwards i am redirected to moneybookers.com. everything is working fine but i dont no how to retrieve the moneybooker posted values in my status_url please if any one know fix …
Hi All, I need to use different login forms for different folders with forms authentication. So i am using different web.config for each folder. Now if i write authentication tag in any sub folder's web.config it shows this error. (It is an error to use a section registered as allowDefinition='MachineToApplication' …
I have Column named 'Price' in a table.I want to update the 'Price' Column by adding 5 .But i have some Null values in 'Price' Column.Whenever i update the 'Price' Column.All Values Updated Except the Null Values Column.So how can i update the null Column.Pls Help Alok
i have taken a TextBox in GridView ,Now i want to focus the cursor to the new rows TextBox whenever i move the Tab Key.,How i acn i do it.
i am passing values to stored procedure from .net through command parameters.when i pass values like string City="'Lucknow','Kanpur'"; Com.Parameter.AddWithValues("@Cities",City); create procedure SPGetState @Cities varchar(2000) As Select * from Temp Where City in(@Cities) i can't get the result.But i run this in Sql Query Analyzer ,i get the result.What;s the problem,i …
i m making a software in Hostel Management system. i have no idea about project.so any one gives me idea any site where i can downlaod the design part or can get information abt it.Pls help..................
can anyone tell me the site of Free downlaod project for .net.Pls Tell
Can anyone give me Hostel Mangement System Design Screen Shoots in .Net. For MCA Project Submission. Thanks In advance.
i m using ASP.Net 2.0. i open a new window from server side code of a button.i do some work in new window. now i want when i close this window,i want to fire a event in the parent window (like there is ListBox,i want to automatically fire the ListBox …
i want to hibernate the system.but hibernate option is not displayed in power options in control panel.how can i enable the hibernate.i m using windows xp professional sp2.
i have some date in DataTable .i want to display it in the page itself without using any data bind control.is it passible.how i can i do it.
Emp ----- ID Name 1 x 1 P 2 y 2 Q 3 W Emp_Data Id Name-1 Name-2 1 x P 2 y Q 3 w above is my tables (Emp ),And the I want the Resulting Data in the (Emp_Data) format.is this possible Pls Help........Thanks in advance-----
i have taken a CheckBox in GridView .i want to disable the row whenever i check the checkbox.of a particular row. how i can i do this.
I want To pass A DataSet in a QueryString.So that I can get it another page.Is it possible.How i can i do it Pls help
[code]<head> function chk() { var x=document.getElementByID("txtmax"); } </head> <body> <form runat="server" id="form1"> MaxValue:<asp:textbox id="txtboxmax" runat="server" /> <asp:gridview id="gr" runat="server" > <columns> <asp:templatecolumn> <asp:textbox id="txtboxmin" runat="server" /> <asp:CustomValidator ID="cv" runat="server" EnableClientScript="true" ControlToValidate="txtmin" ClientValidationFunction="Chk()" ErrorMessage="*" /> </asp:templatecolumn"> <asp:boundfield datafield="name"/> </column> </asp:gridview> </form> </body> [/code]i want compare the value of txtmax in the …
[code]<head> <script> function chk() { var x=document.getElementByID("txtmax"); } </script> </head> <body> <form runat="server" id="form1"> MaxValue:<asp:textbox id="txtboxmax" runat="server" /> <asp:gridview id="gr" runat="server" > <columns> <asp:templatecolumn> <asp:textbox id="txtboxmin" runat="server" /> <asp:CustomValidator ID="cv" runat="server" EnableClientScript="true" ControlToValidate="txtmin" ClientValidationFunction="Chk()" ErrorMessage="*" /> </asp:templatecolumn"> <asp:boundfield datafield="name"/> </column> </asp:gridview> </form> </body> [/code]i want compare the value of txtmax …
i am dynamically adding text box in gridview.now i enter a value in textbox and i want to compare this value with another textbox value in the client side through javascripe .can i do it. Pls help.
How to Delete top 5 rows from a table
How To get the 5th row from a table.
Here is my code i have shooping cart.i have created a table and bind this with GridView.Now i want to update this table through the GridView Edit Button(Suppose The Qty Field).How i will i do it. [code=asp.net]Imports System.Data Imports System.Data.SqlClient Partial Class MyCart Inherits System.Web.UI.Page Dim DT As System.Data.DataTable Dim …
i have created a dyanmic table and attached with gridview .now i want to edit the data in gv.how can we do it.i have tried but it is not working.Pls help
i have a image field in DataBase.i want to Show it in GridView .But i want to show the images in three columns.At the same time i want 'AllowPaging" Property to "True".Can i do it by using the Grid View.Or should i take DataGrid Control.
i have images in database. i want to show in grid view in different columns.can i do it.also want allow paging property to true.
hi i am using vb.net 2003 ,i have got a problem ,i have a 'tif' image .i am showing it in picture box ,now i want to cut some portion of this image and save in another location .so how can i do it.Pls help
The End.
guptaalok12