Click here to Skip to main content
15,896,348 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: add the data and refresh the data re inserted Pin
Sherin Iranimose24-May-07 18:26
Sherin Iranimose24-May-07 18:26 
QuestionHow to display page without extension ? Pin
anujose24-May-07 2:11
anujose24-May-07 2:11 
AnswerRe: How to display page without extension ? Pin
kubben24-May-07 2:35
kubben24-May-07 2:35 
AnswerRe: How to display page without extension ? Pin
Not Active24-May-07 3:03
mentorNot Active24-May-07 3:03 
QuestionScrollBar Problem in multiline textbox Pin
Rajiya24-May-07 1:49
Rajiya24-May-07 1:49 
AnswerRe: ScrollBar Problem in multiline textbox Pin
gammet24-May-07 21:59
gammet24-May-07 21:59 
QuestionLocal Resources with an ascx Pin
gavthegenius24-May-07 1:27
gavthegenius24-May-07 1:27 
Questiondictionary embedding Pin
drangelicus24-May-07 1:23
drangelicus24-May-07 1:23 
Hello guys, I am new on ASP.NET. My problem: I want to use a dictionary link on my page.

You can see here what I have done:

http://ferit.mayanet.com.tr/links.aspx

here, bottom of page, there is a inputbox, but after you type a word, you have click, then you have to click again to navigate url. How can solve this by "one click"

here is code in Links.aspx:

Protected Sub LinkButton1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles
LinkButton1.Click
If TextBox1.Text <> "" Then
LinkButton1.PostBackUrl = "http://www.seslisozluk.com/?word=" + TextBox1.Text
Else
TextBox1.Text = "sample"
End If
End Sub

thank you.


necessity has no law! (Ovid)

AnswerRe: dictionary embedding Pin
Sherin Iranimose24-May-07 19:28
Sherin Iranimose24-May-07 19:28 
GeneralRe: dictionary embedding Pin
drangelicus24-May-07 22:20
drangelicus24-May-07 22:20 
GeneralRe: dictionary embedding Pin
Sherin Iranimose24-May-07 22:42
Sherin Iranimose24-May-07 22:42 
GeneralRe: dictionary embedding Pin
drangelicus25-May-07 0:21
drangelicus25-May-07 0:21 
Questionmoney.net [modified] Pin
kiran kumar[Intelligroup]24-May-07 1:13
kiran kumar[Intelligroup]24-May-07 1:13 
AnswerRe: money.net Pin
Harini N K24-May-07 1:28
Harini N K24-May-07 1:28 
QuestionHow to insert an image in sqlserver database Pin
Sophia Rekhi24-May-07 1:05
Sophia Rekhi24-May-07 1:05 
AnswerRe: How to insert an image in sqlserver database Pin
enjoycrack24-May-07 1:13
enjoycrack24-May-07 1:13 
GeneralRe: How to insert an image in sqlserver database Pin
Sophia Rekhi24-May-07 1:51
Sophia Rekhi24-May-07 1:51 
Questionaspnet_wp.exe cpu utilization 100% Pin
K.P.Kannan24-May-07 0:49
K.P.Kannan24-May-07 0:49 
AnswerRe: aspnet_wp.exe cpu utilization 100% Pin
StianSandberg24-May-07 1:29
StianSandberg24-May-07 1:29 
AnswerRe: aspnet_wp.exe cpu utilization 100% Pin
Sandeep Akhare24-May-07 1:38
Sandeep Akhare24-May-07 1:38 
AnswerRe: aspnet_wp.exe cpu utilization 100% Pin
kubben24-May-07 2:38
kubben24-May-07 2:38 
QuestionCalender popup Pin
deep724-May-07 0:48
deep724-May-07 0:48 
AnswerRe: Calender popup Pin
kubben24-May-07 2:40
kubben24-May-07 2:40 
GeneralRe: Calender popup Pin
deep724-May-07 3:38
deep724-May-07 3:38 
GeneralRe: Calender popup Pin
kubben24-May-07 3:54
kubben24-May-07 3:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.