Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K
~4K People Reached
Favorite Tags

23 Posted Topics

Member Avatar for riteshsingh_22

Hello There.. i created this code...plz refer it.. i hope this is will work for u.. [CODE] string[] splitData; if (Session["name"] == null) { } else { string valuefromsession = Session["name"].ToString(); splitData = valuefromsession.Split('.'); for (int i = 0; i < splitData.Length-1; i++) { Response.Write("Name :" + splitData[i].ToString() + "<br/>"); …

Member Avatar for annaharris
0
335
Member Avatar for amitshrivas

Hello All i have a query on (Union all) clause i want to create a table through union clause. the code i am trying to execute is: [CODE] select * into table1 from (select * from partmst union all select * from importexcel) as mytemp [/CODE] but it shows error …

Member Avatar for Mohtshm
0
64
Member Avatar for Geodude0487
Member Avatar for amitshrivas

Hello to all..plz help me in this plzzzzzzzzzzzzz i want to view/download a files from production server and after downloading i want to delete the same file from 2 places i.e from (database and one Uploaded folder in server). i have 2 quries: 1: View Only ? i have this …

0
92
Member Avatar for ricksvoid

[QUOTE=ricksvoid;1172013]I need some help here. I have a page which I am using the ToolkitScriptManager for the use of some AJAX Calendar Control Extenders, and that works fine. Where I am running into a problem is using the UpdatePanel. I am not getting a partial or any postback on a …

Member Avatar for amitshrivas
0
178
Member Avatar for amitshrivas

Hi to all.. i have some doubts in my mind that what should i remember when i uploaded a asp.net website to live server and also if i use database then what precautions should i take so that my website will not hamper with these issuess..

0
66
Member Avatar for b1izzard

[QUOTE=ravi89;1165401]Hi to all, I have installed VS2008 pro in Xp sp2 pro. I have a problem with positioning of the controls while in the Design mode during a webpage development. Whenever I Add a "BUTTON" or any control in the form and want to drag it anywhere within the form …

Member Avatar for amitshrivas
0
97
Member Avatar for amalashibu

[QUOTE=amalashibu;1169046]Hi, I had a problem when display the total amt from sql to textbox ------------------------------ create table get(Currentdate varchar(200),Expenses varchar(200),Amount decimal(38,2))-this a table ------------------------------ asp.net codings -------------------------- mycomm.CommandText = "SELECT sum(Amount) from get" dr = mycomm.ExecuteReader While dr.Read() TextBox6.Text = dr.GetDecimal(2) End While dr.Close() -------------------------------------------------------------- Error: Index was outside the …

Member Avatar for amitshrivas
0
174
Member Avatar for bha11
Re: Hi

[QUOTE=bha11;1124251]i am completly new to this programming language,but i know the features of the .net that wht is c#,asp.net and sql server.and presently working with s/w company where i need to work on ajax plzzzzzzzzzzzzzz suggets me how will i do[/QUOTE] if u r working in VS tool then u …

Member Avatar for amitshrivas
-1
82
Member Avatar for gcoleman0828

[QUOTE=gcoleman0828;1161120]I am looking to DYNAMICALLY use the Edit button under the SqlDatasource to update a GridView. The reason for this is that the data that will be upddated to dynamic table names and tables that are different sizes dependent on what month it is (since different months have different days …

Member Avatar for amitshrivas
0
87
Member Avatar for sprock

[QUOTE=sprock;1161743]hi friends.. i am doing asp.net project.. in that project in login page if any one enter wrongly more than 4 times username or password means i want to show dummy page that time i need to save that person IP Address and his details...my Question is how can i …

Member Avatar for amitshrivas
0
181
Member Avatar for sniigg

[QUOTE=sniigg;1168060]I have a piece of code which is used by several aspx.cs pages and I want to put that code in a separate page so that all these pages access that separate page. I dont think i can use classes for this....[/QUOTE] Its good idea to use Classes which is …

Member Avatar for amitshrivas
0
101
Member Avatar for amitshrivas

i have created some tables in XML which perform all DML operations perfectly. now my question is how can i give security to these tables as we get in databases(sqlserver,oracle).. Please help me out in this..and try to give anwser in simple way

0
56
Member Avatar for unknowndevil41

[QUOTE=unknowndevil41;1163183]Hi friends, i have made an website and running it through iis after publishing. But is showing an error: [COLOR="Red"]Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and …

Member Avatar for Ossehaas
0
169
Member Avatar for dhavalcoholic

Hello There..try this.. this code is not so sofasticated but u will get help.. [CODE] Label1.Text = ""; string[] listofNews ={ "News", "News", "News", "News", "News", "News", "News", "News", "News", "News","News","News" }; Label1.Text = "<br/>"; for (int i = 0; i < listofNews.Length; i++) { Label1.Text += "<b><a href='#'>&nbsp;&nbsp;" + …

Member Avatar for dhavalcoholic
0
130
Member Avatar for sridharnataraj

[QUOTE=thunderman;610661]hello, I 'm still a noob at programming in vb.net I have a little problem. I 'm trying to get my selected rows to another page. I already can select my rows with checkboxes but I don't know how I can pass them through a session to another page. hopefully …

Member Avatar for amitshrivas
-1
172
Member Avatar for kiranbvsn

[QUOTE=kiranbvsn;1154505]Hi, I got one masterpage and one content / child page having gridview control I want to do client side validations using javascript, can anyone suggest me where i have to do this. i.e.., either in masterpage or in content page (I know that only at the <head> tags we …

Member Avatar for amitshrivas
0
160
Member Avatar for Pari13

[QUOTE=Pari13;1162880]I’ve been trying to wrap my brain around this now for days, and I’m getting nowhere, so please bear with me… To Remove file on click of linkbutton I have below code: [B]aspx page:[/B] [CODE] <asp:LinkButton ID="RemovefileId" runat="server" CommandName="RemoveFile" OnCommand="RemoveFilefunction" CommandArgument=<%#Eval("filepath")%>>LinkButton</asp:LinkButton> [/CODE] [B]aspx.cs page[/B] [CODE] protected void RemoveFilefunction(object sender, CommandEventArgs …

Member Avatar for amitshrivas
0
219
Member Avatar for Frii

[QUOTE=Frii;1166684]I am using VB.NET on VS2008 and currently building a web application for budgeting so here's the problem, I have created a gridview to show a database on a table. Let's say I have a buttonlink in the gridview to change the content on a column ( for example I …

Member Avatar for amitshrivas
0
83
Member Avatar for amitshrivas

Hi to all.. How we can delete a record from a database after downloading through Response.AppendHeader.... Questions Regarding Open/Save File Dialog box 1: if i only wants to view the file without saving it what should i use there. 2:if i want to download a file and then that downloaded …

Member Avatar for amitshrivas
0
76
Member Avatar for amitshrivas

Hi.to all This is Amit.. i have one website in which i m using (html,aspx) pages. i uploaded also to my domain. [B]HTML[/B] pages works properly but when i request for [B]ASPX [/B] page it shows ::::::::::::::::::: ------------------------------------------------------------------------------------ [B][COLOR="Red"]"Description: An application error occurred on the server. The current custom error …

Member Avatar for amitshrivas
0
106
Member Avatar for pepsy11

Hi.. There have u set the Identity for Primary key in database means is it auto generated r not..if it is autogenerated no need to give.. and if u using Dataset for inserting record.. use this for changes.. hope it wil work.. da.Update(ds1, "Users"); ds1.AcceptChanges();

Member Avatar for amitshrivas
0
561
Member Avatar for hery

Use SqlCommand and SqlDataReader for this.. like SqlCommand cmd=new SqlCommand(queryNoHP,urconnobject); urconnobject.open(); SqlDataReader rd=cmd.ExecuteReader(); if(rd.read()) { no_hp =rd.GetString(0); } ------------------------- i hope this willw work for u.. try it

Member Avatar for amitshrivas
0
146

The End.