Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
6
Posts with Downvotes
4
Downvoting Members
3
5 Commented Posts
0 Endorsements
~14.3K People Reached
Favorite Tags
Member Avatar for psathish2

this my code in aspx.. [code] <asp:GridView ID="GridView1" runat="server" OnRowDataBound="GridView1_RowDataBound" OnRowEditing="GridView1_RowEditing" OnSelectedIndexChanged="GridView1_SelectedIndexChanged" OnRowCommand="GridView1_RowCommand" > <Columns> <asp:TemplateField ShowHeader="False"> <ItemTemplate> <asp:CheckBox ID="allgc" runat="server" /> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Action" ShowHeader="False"> <ItemTemplate> <asp:LinkButton ID="gdviewlnk" runat="server" >View</asp:LinkButton> / <asp:LinkButton ID="LinkButton1" runat="server">Edit</asp:LinkButton> </ItemTemplate> </asp:TemplateField> </Columns> </asp:GridView> [/code] when i going to click the view linkbutton get …

Member Avatar for jdesk
-3
9K
Member Avatar for psathish2

hi Viewer , i was designed reports while there display the shift record column to row , there is multiple there is multiple record i want display one record into column to Row using sqlserver .. i have query in column to row i donot how to apply in view …

0
63
Member Avatar for

I make a WindowsForm application on visual studio in C# I could connect to my database on sql server but I do not know how to add data in my database from my application in c#

Member Avatar for psathish2
0
37
Member Avatar for psathish2

hi i am sathish. i am asp.net beginner i want learn grid view in asp.net using C# . i donot how to do. so any one know plz send me step by step.. thank you

Member Avatar for afroz khan
0
295
Member Avatar for psathish2

dear all , i was getting values x and y axis from joystick using c# and after getting the joystick values into pass the opcserver ..plz replay me any logics and codings..any have opcserver connection and how to pass the values code send to me ..... thk

0
69
Member Avatar for psathish2

this my code : plz solve this problem immediately [code] <?php session_start();?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>GYM jobs</title> <link href="style/style3.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="ui.dropdownchecklist.css" /> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery-1.3.js"></script> <script type="text/javascript"> $(document).ready(function() { …

Member Avatar for cwarn23
-1
169
Member Avatar for psathish2

warning error came.. Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\hshome\blackray\demo.blackraycreatives.com\gym\testing\final\employees.php:1) in D:\hshome\blackray\demo.blackraycreatives.com\gym\testing\final\captcha.class.php on line 21 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\hshome\blackray\demo.blackraycreatives.com\gym\testing\final\employees.php:1) in D:\hshome\blackray\demo.blackraycreatives.com\gym\testing\final\captcha.class.php on line 21 i have catcha.class.php include captcha.class.php …

0
71
Member Avatar for psathish2

dear all .. **default.aspx** <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="cc1" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <br /> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <cc1:AutoCompleteExtender ID="TextBox1_AutoCompleteExtender" runat="server" DelimiterCharacters="1" …

Member Avatar for reach_yousuf
0
84
Member Avatar for psathish2

Dear all, [B]aspx file[/B] [code] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false" CellPadding="10" CellSpacing="1" OnRowDataBound="GridView1_RowDataBound" OnSelectedIndexChanged="GridView1_SelectedIndexChanged"> <Columns> <asp:BoundField DataField="g_id" HeaderText="S.no" ReadOnly="True"/> <asp:BoundField DataField="gcdate" HeaderText="Date" /> <asp:BoundField DataField="gc_no" HeaderText="G.c #" /> <asp:BoundField DataField="consignor_detail" HeaderText="Consignor" /> <asp:BoundField DataField="consignee_detail" HeaderText="Consignee" /> <asp:BoundField DataField="qty" HeaderText="Nos" /> <asp:BoundField DataField="package_type" HeaderText="Contains" /> <asp:BoundField DataField="total_amount" HeaderText="Amount" /> <asp:BoundField DataField="acc_type" HeaderText="Remark" …

Member Avatar for kvprajapati
-1
355
Member Avatar for psathish2

hi ... [B]javascript:[/B] [code] function calc() { var qty=eval(document.getElementById('<%=txtnoofpack.ClientID %>').value); var fre=eval(document.getElementById('<%=txtFregiht.ClientID %>').value); var ha=eval(document.getElementById('<%=txthamai.ClientID %>').value); var dd=eval(document.getElementById('<%=lblDDcharge.ClientID %>').value); document.getElementById('<%=txtamt.ClientID %>').value = qty * fre + dd + ha; var ser=eval(document.getElementById('<%=txtsertax.ClientID %>').value); var am=eval(document.getElementById('<%=txtamt.ClientID %>').value); if(am >= 750 ) { document.getElementById('<%=txttot.ClientID %>').value = ser * am + am ; } …

Member Avatar for psathish2
0
146
Member Avatar for psathish2

hi i asp.net developer i need to upload the multiple image single time and retrieve the image in table format.. any give reference site and code..

0
70
Member Avatar for psathish2

I am trying to disable the F5 key in Mozilla. I have the next code in javascript that it is working in Internet Explorer but it is not working in Mozilla. how can I disable the F5 key in Mozilla? Code: [code] function checkKeyCode(evt) { var evt = (evt) ? …

Member Avatar for Troy III
0
486
Member Avatar for psathish2

I am trying to disable the F5 key in Mozilla. I have the next code in javascript that it is working in Internet Explorer but it is not working in Mozilla. how can I disable the F5 key in Mozilla? [code] function checkKeyCode(evt) { var evt = (evt) ? evt …

0
77
Member Avatar for psathish2

hi ... i want send email in the my application server to other email address.. below the code i used but not working plz help me....... Code header file: [code=asp.net]using System.Web.Mail; //if i click the button send mail to other email address..i used below the code........ MailMessage mail = new …

Member Avatar for greeny_1984
0
130
Member Avatar for psathish2

i am asp.net beginner , i need to upload file to sql server 2005 and also download file. what are the code to use and where i put the code . plz ...

0
101
Member Avatar for psathish2

[COLOR="Green"]downloaded file show only 0byte nothing in download file............... this file uploading codes... [/COLOR] [COLOR="Red"]Code:fileload.html[/COLOR] [code]<html> <head> </head> <body> <center> <form method=post action="loadfile.php" ENCTYPE="multipart/form-data"> <h4>Enter the Following Details</h4> <table border=1> <tr> <td> Enter FolderName</td><td><input type="text" name="fname"> </td> </tr> <tr> <td> Title</td><td><select name=title> <option value ="resume">resume</option> <option value ="resume1">resume1</option> <option value …

0
108
Member Avatar for psathish2

How upload file to mysql db in server and show to link in next page the uploaded files ..

Member Avatar for shadow_kira
0
113
Member Avatar for psathish2

i get username and password from user in login.php to compare with mysql db username and password.here 2 type of user are admin,user,if login a admin go to uregister.php then login the user go to userlink.php in the databse 3 fields username,password and usertype. [code=php]<html> <head> <head> <body> <form method=post …

Member Avatar for peter_budo
0
181
Member Avatar for psathish2

in the mysql table more then ten date column records there. i want select only last insert date record ,next i want selected date add 7 days in the date to store db again person want insert again select the last record then add 7 days selected last date ........ …

Member Avatar for Shanti C
0
166
Member Avatar for psathish2

hi [COLOR="Green"]below the coding i not opened the popup window [/COLOR] Code: [code] <html> <head> <script language="JavaScript"> window.open('test.htm','myExample9','width=200,height=200'); } </script> </head> <body> <form action="test.htm" target="myExample9"> <input type="submit" value="Open new window"> </form> </body> </html> [/code]

Member Avatar for psathish2
0
131
Member Avatar for psathish2

this is my code here i selected record from db and putted that 2 text box . but i modify the recored to store the db. below the code not working . <?php $jtitle=$_GET['jtitle']; echo $jtitle; $desc=$_GET['jdesc']; echo $desc; $hostname="localhost"; $username="cds"; $password="cds"; $dbid="cdsemplo_job"; $link=mysql_connect($hostname,$username,$password); mysql_select_db($dbid) or die("not connected"); $result=mysql_query("select * …

Member Avatar for nav33n
0
178
Member Avatar for psathish2

this my code user want click the edit it will go edit page and delete page.now i want delete the record the same this not going to delete.php. thank you <?php $jtitle=$_REQUEST['jobname']; $desc=$_REQUEST['jdesc']; $hostname="localhost"; $username="cds"; $password="cds"; $dbid="cdsemplo_job"; $link=mysql_connect($hostname,$username,$password); mysql_select_db($dbid) or die("not connected"); $result=mysql_query("select * from job"); echo "<table border='1'> <th>Jobtitle</th> …

Member Avatar for nav33n
0
2K
Member Avatar for psathish2

this page edit page which record user want to edit that field come to the two box.. this is my coding but error is coming Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource <?php $jtitle=$_GET['jtitle']; $desc=$_GET['jdesc']; $hostname="localhost"; $username="cdf"; $password="dfdf"; $dbid="cdsemplo_job"; $link=mysql_connect($hostname,$username,$password); mysql_select_db($dbid) or die("not connected"); $result=mysql_query("select * …

Member Avatar for nav33n
0
80
Member Avatar for psathish2

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' this line error is coming in php code echo "<td align="right"><a href='edit.php'>Edit/&nbsp;</a>&nbsp;<input type="delete" name="delete"></td>";

Member Avatar for nav33n
0
100
Member Avatar for psathish2

hi i am `asp.net` beginner, i doing login validation using `asp.net` in c#. here i was create the db in sql server 2005 ,fetch the data from db and compare the text box value. if condition error will be show. it is using visual studio 2005. given below my code …

Member Avatar for psathish2
0
252