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
~2K People Reached
Member Avatar for guptaalok12

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 …

Member Avatar for khadakbist
0
127
Member Avatar for guptaalok12

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' …

Member Avatar for catherine sea
0
80
Member Avatar for guptaalok12

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

Member Avatar for smitha86
0
120
Member Avatar for guptaalok12

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.

Member Avatar for mail2saion
0
86
Member Avatar for guptaalok12

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 …

Member Avatar for jatin24
0
113
Member Avatar for guptaalok12

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..................

0
61
Member Avatar for guptaalok12
Member Avatar for achristov
0
76
Member Avatar for guptaalok12

Can anyone give me Hostel Mangement System Design Screen Shoots in .Net. For MCA Project Submission. Thanks In advance.

Member Avatar for ithelp
0
85
Member Avatar for guptaalok12

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 …

Member Avatar for greeny_1984
0
88
Member Avatar for guptaalok12

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.

Member Avatar for jbennet
0
126
Member Avatar for guptaalok12

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.

0
53
Member Avatar for guptaalok12

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-----

0
61
Member Avatar for guptaalok12

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.

Member Avatar for srvishnukumar
0
76
Member Avatar for guptaalok12

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

Member Avatar for a496761
0
91
Member Avatar for guptaalok12

[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 …

Member Avatar for greeny_1984
0
60
Member Avatar for guptaalok12

[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 …

0
68
Member Avatar for guptaalok12

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.

Member Avatar for greeny_1984
0
85
Member Avatar for guptaalok12
Member Avatar for guptaalok12
Member Avatar for guptaalok12

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 …

Member Avatar for UIJAD
0
81
Member Avatar for guptaalok12

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

Member Avatar for guptaalok12
0
110
Member Avatar for guptaalok12

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.

0
66
Member Avatar for guptaalok12

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.

Member Avatar for srikanthkadem
0
114
Member Avatar for guptaalok12

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

Member Avatar for waynespangler
0
197