13,153 Topics

Member Avatar for
Member Avatar for ansari.wajid

Hi All, I have created a table called tblState in access with 2 columns: id and state and am populating a dropdownlist with state. I am in need of code to delete a selected value of dropdownlist from database in asp.net2.0 using c#. Can anybody help me please. Thanks Wajid

Member Avatar for ansari.wajid
0
1K
Member Avatar for ebabes
Member Avatar for nandhinijp

If i click the back button in browser i got some problem. i click the login and redirected to another page.after that i click the back btn its navigated to login page.but it didnt clear my session value login=true.still that user in login stage but that login page looking normal …

Member Avatar for nandhinijp
0
123
Member Avatar for successalways

I want disable my back button in internet explorer when i am logged out.. iam using asp.net platform for my project.. i hope u willl sent me the code which may be usefull waiting for ur reply.. thank you

Member Avatar for nandhinijp
0
102
Member Avatar for david_bronsky

I have question about Temporary Web Page. When I click on link in my web application and redirect to ( for example) mywebsite.com/12.aspx. When event OnLoad() fire,I read value 12, which is Primary key and make query to the database,get record and represent on web page. But,I need temporary web …

Member Avatar for dilipv
0
153
Member Avatar for u4umang2001

Hi i am passing three parameters to my stored procedure. now in stored procedure i want to execute the query on the basis of given condition. suppose i m passing para1, para2 and para3. now i want update table1 if(para1='' or para1= null) then 'update table1 set para2='''+@para2+''' and para3='''+@para3+'''' …

Member Avatar for dilipv
0
117
Member Avatar for u4umang2001

Hi i want to use "text" datatype to declare a variable in stored procedure. how can i do this???

Member Avatar for dilipv
0
98
Member Avatar for shAq

I have to dynamically add user controls to a asp.net web page. I know that can be done as follows: [code=C#] WebUserControl webug = (WebUserControl)Page.LoadControl("WebUserControl.ascx"); cntrlHolder.Controls.Add(webug); [/code] In the above code cntrlHolder is a PlaceHolder/Panel. I need to add more controls of type WebUserControl into the same page. How can …

Member Avatar for boisellea
0
162
Member Avatar for majestic0110

Hi all. just wondered if there was a quick and easy way (or good tutoriaL) to validate user input (on a login control) against a SQL database where the users username and password credentials are stored. Any suggestions will be greatly appreciated! Thanks for your time.

Member Avatar for majestic0110
0
333
Member Avatar for palej

Hey folks, I have this problem, lets take this text from from 24ways.org just for example-> [QUOTE]Elbow room Paying attention to your typography is important, but it’s not just about making it look nice. Careful use of the line-height property can make your text more readable, which helps everyone, but …

Member Avatar for SheSaidImaPregy
0
114
Member Avatar for jamello

Hi there ladies and gentlemen! I have this code that works in ASP.NET 1.1 but I could not find its equivalent in v 2.0. I had expected it to work having the usual backward compatibility preached by microsoft in mind. But I am yet to succeed. The code 'translation' worked …

Member Avatar for jamello
0
244
Member Avatar for ebabes

Can anybody help me identify the code in ASP.Net that is equivalent to MessageBox (C#) or Alert (JSCript). I need a message box that will pop up when a certain condition is not fulfilled. Your response is highly appreciated.

Member Avatar for serkan sendur
0
591
Member Avatar for umapathyperumal
Member Avatar for dilipv
0
110
Member Avatar for ebabes

I usually create a datagrid in Visual Web Developer to display information from a database because it has a wizard for SQL transactions. Is there a way to program and manage the datagrid using C# as a script? Such as add or delete directly a record from the datagrid and …

Member Avatar for dilipv
0
103
Member Avatar for gurpreet.kaur

I am cretaing Timer at runtime in Gloabl.asax file,I add event handler for Timer Tick Event,But it never calls to handled function. if any body know how to use timer in global.asax file in asp.net with c#.net ,which uns after every one mintue ,then please help me. its very urgent.

Member Avatar for gurpreet.kaur
0
305
Member Avatar for umapathyperumal

how do i create menu bar(by using java script) in asp.net1.1 somebody help me... please...

Member Avatar for serkan sendur
0
42
Member Avatar for rutul
Member Avatar for sbv
0
87
Member Avatar for nandhinijp

hi, i want to add more details in one page.this is not server side details.just i am using only table to show these details.i want to divide these details in one or more pages in one page.Like page 1 2 3... in this place how to use paging.

Member Avatar for nandhinijp
0
79
Member Avatar for ebabes

I wish that when a user positions the mouse in a hyperlink, a set of sublinks will show up. It flips and flops as the user moves in and out the mouse towards it. How can I do this? Thanks. I really appreciate your reply.

Member Avatar for ebabes
0
95
Member Avatar for ebabes

I wish to display a MessageBox when a user had entered an invalid input in a textbox. How can I do this using C# as my script?

Member Avatar for ebabes
0
147
Member Avatar for gurpreet.kaur

I am cretaing Timer at runtime in Gloabl.asax file,I add event handler for Timer Tick Event,But it never calls to handled function. if any body know how to use timer in global.asax file in asp.net with c#.net ,which uns after every one mintue ,then please help me. its very urgent.

0
59
Member Avatar for gilman

Hello friends, The SSL protocol allows client/server applications to communicate in a way designed to prevent eavesdropping, tampering, and data forgery. SSL protects network access, online communications, and digital transactions by enabling a secure channel between your servers and your users. With SSL in place, information transmitted from your online …

Member Avatar for aceasil
0
69
Member Avatar for gvi

Hi, I have the following requirement wherein I have a webform with webcontrols in it . While the original requirement is to database operations with it the new requirement is to along with inserting in db the webform's html needs to be sent to a different server. The new requirement …

0
49
Member Avatar for scm22ri

Hi Everyone, Can anyone analyze if this is the correct code for having words being "printed" onto your webpage without having to type them onto the page ? Thanks <%@ Page Language="VB" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server"> Protected Sub Page_Load(ByVal sender As Object, ByVal …

Member Avatar for scm22ri
0
133
Member Avatar for vamsikgummadi

Dear friends, Hope all of U are having a great time. I need to display Excel sheets online using asp.net ,C#, MS SQL and Microsoft Office Share Point Server 2007. I need to make this Excel sheet editable to some authorized users. Do anyone of you have idea of attaining …

Member Avatar for vamsikgummadi
0
289
Member Avatar for priyamtheone

Hello evryone, This thing is a bit foggy to me, can anyone help? I hav created a windows explorer like application using VB.Net 2005. It has a listview control by which u can browse through all the local disk drives of ur machine as well as all the folders, subfolders …

Member Avatar for Jx_Man
0
119
Member Avatar for Corna

I designed a localreport with a number of columns but would like to show or hide columns at runtime using a report parameter which I set through the aspx page. How do I set the column visiblity at design/runtime according to the parameter value?

0
71
Member Avatar for spring_patel

well...i'm a novice programmer in ASP.NET. i want my web application 2 send emails.i've tried couple of things using IIS smtp, but that code sends emails in the "queue" directory of localhost smtp. How to get rid of it..? and wat if i want to send e-mails in Outlook Express …

Member Avatar for SheSaidImaPregy
0
85
Member Avatar for krunalvarma

hello all, can any one teach me how to connect to oracle database from asp.net in vb 2005 pls reply me with code and example if u can bye

Member Avatar for Jx_Man
0
68
Member Avatar for anitha2324

[COLOR=#555555]am trying to create a web page to be used by my network users (inside my intranet)[/COLOR] [COLOR=#555555] [/COLOR] [COLOR=#555555]I want to get the visitor's name of my page ( in another words to get the network login user name of the person who is visiting my web page)[/COLOR] [COLOR=#555555] …

Member Avatar for gpm1982
0
280

The End.