Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #2K
~2K People Reached
About Me

My Life is Just Begin Now!!!!!!!!!!1

Interests
Sharing Ideassssssssss
PC Specs
Hunger Techie
Favorite Tags
Member Avatar for soma dawoud
Member Avatar for aspproject
0
125
Member Avatar for jaskiratj

hi.. i am working on some project...in which one module requires a form to be filed by the employee and that form then goes to the head of the department for approval...can anybody suggest how this thing can work...i m working on c#..asp.net...do i need to create a dynamic page …

Member Avatar for aspproject
0
76
Member Avatar for vishalonne

Hi I am trying to view my cookie using VS 2008 having 2 textbox 1 Button 1 hyperlink. But failed... While excuting the code it is displaying the output as - [B]The Vishal cookie contains: Deb Cookie Path is /[/B] But where actually physical cookie is stored I can't able …

Member Avatar for aspproject
0
90
Member Avatar for suvisoya

hi i am using visual studio 2008 and i have multiple textbox with my form. After i submitted the button data need to fill in same textbox . so i set enabledviewstate = "false" for form but its not working can u give anyone solution f this thanks sureh.S

Member Avatar for shakeb@techwave
0
86
Member Avatar for missc

[CODE]<%if(Request.ServerVariables["SCRIPT_NAME"].Contains("PostOpinion.aspx")){Response.Write("Menu_selected");}else{Response.Write("Menu");}%>[/CODE] what is this code used for ?

Member Avatar for shakeb@techwave
0
89
Member Avatar for vishalonne

Hi I am trying to pass value of textbox from Default.aspx to Default2.aspx through a link. I am using VS2008. [B]Here is my Default.aspx code [/B][CODE] <body> <form id="form1" method="get" runat="server"> <asp:Label ID="Label2" runat="server" Text="Name"></asp:Label> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <br /> <br /> <asp:Label ID="Label3" runat="server" Text="Label"></asp:Label> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> <br …

Member Avatar for shakeb@techwave
0
121
Member Avatar for suvisoya

hi i am using visual studio 2008 and i want to save a text file in local path so can anyone explain how to open save dialog box in ASP.NET while i click button .please send with example coding thanks regards suresh.S

Member Avatar for shakeb@techwave
0
348
Member Avatar for ssreevidya.m

hai, I want an expression for all alphabets and some special characters like . - ' etc. I use an expression like ^[-_'.,A-Za-z]* but it doesnt contain '. can i get a correct expression for this. Thanks in advance Sreevidya

Member Avatar for shakeb@techwave
0
135
Member Avatar for sunita methre
Member Avatar for TheBadger

Hey I setup a datalist with a xmldatasource and pull in an rss feed on my homepage I pull in this data ItemTemplate> <%#XPath("title") %><br /><br /> <%#XPath("description") %><br /><br /> </ItemTemplate> I need to access the info from description in my code, to use it manipulate some things on …

Member Avatar for shakeb@techwave
0
65
Member Avatar for niel1826

Anyone Can Help Me?.. I really don't know how to save all values of grid view in database that are checked in grid view, i hope anyone can help me?.. this is really help to finish my project in school. Thanks.!

Member Avatar for shakeb@techwave
0
489
Member Avatar for Shantanu88d

Hi, I have rowcommand function, in which i m obtaining sr_no as datakey from a link button. now i want to know which row was that. How to get row index this way ?

Member Avatar for shakeb@techwave
0
269
Member Avatar for virendra_sharma

Hi , i am getting syntax error in INSERT INTO statement. getting this error on cmdobj.ExecuteNonQuery(); [CODE]string connectionstring = @"Provider=Microsoft.ACE.OLEDB.12.0; Data Source=D:\website\AddContact.xlsx; Extended Properties=""Excel 8.0;HDR=Yes"";"; OleDbConnection conobj = new OleDbConnection(connectionstring); string Query = "INSERT INTO [Sheet1$](Fname, LName,PhoneNo,Email-ID) values (" + TextBox4.Text + ",'" + TextBox1.Text + "','" + TextBox2.Text + …

Member Avatar for shakeb@techwave
0
282
Member Avatar for shakeb@techwave

I am a new software developer.I am developing a website which required to maintain log-in and log-out time of the user.I can maintain my database when user click on Log-out button but i can not track the user when he click on Browser Close X(or in Tab Close)event.I also want …

Member Avatar for shakeb@techwave
0
156