Click here to Skip to main content
15,902,811 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Differences between databinding and datareader Pin
Quecumber25619-Jan-07 8:59
Quecumber25619-Jan-07 8:59 
AnswerRe: Differences between databinding and datareader Pin
Guffa19-Jan-07 9:06
Guffa19-Jan-07 9:06 
GeneralRe: Differences between databinding and datareader Pin
ToddHileHoffer19-Jan-07 8:44
ToddHileHoffer19-Jan-07 8:44 
GeneralThis Works!! Pin
Quecumber25619-Jan-07 9:19
Quecumber25619-Jan-07 9:19 
GeneralRe: This Works!! [modified] Pin
Guffa19-Jan-07 10:06
Guffa19-Jan-07 10:06 
QuestionSearch Option Pin
kavi200019-Jan-07 5:51
kavi200019-Jan-07 5:51 
AnswerRe: Search Option Pin
Jon Sagara19-Jan-07 9:44
Jon Sagara19-Jan-07 9:44 
QuestionCan an ASP.Net Control be used in old asp page? Pin
PrashantJ19-Jan-07 5:49
PrashantJ19-Jan-07 5:49 
Hi,

I have the legacy asp code in which I will now have to plug in some ASP.Net server controls to make one text box AJAX enabled. So my question is can we have a ASP.Net control in the old asp page(.asp not .aspx)

My asp code looks something like this.
<input type="text" id="txtPOsQLU" name="txtPOsQLU" size="10" maxlength="25" />

To make this Text box AJAX enabled, I am writing code like this

Append("<asp:TextBox ID=\"TextBox1\" runat=\"server\"></asp:TextBox>");
<atlas:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server">
<atlas:AutoCompleteProperties Enabled="true"
MinimumPrefixLength="1"
TargetControlID="TextBox1"
ServicePath="~/Services/ProductService.asmx"
ServiceMethod="FindProducts" />
</atlas:AutoCompleteExtender>

SO can I use asp:XXX in my .asp page? Plus if I have the Atlas dll in my project can I also use atlas:XXX here..

Thanks in advance
AnswerRe: Can an ASP.Net Control be used in old asp page? Pin
ToddHileHoffer19-Jan-07 6:02
ToddHileHoffer19-Jan-07 6:02 
GeneralRe: Can an ASP.Net Control be used in old asp page? Pin
PrashantJ19-Jan-07 7:52
PrashantJ19-Jan-07 7:52 
Questioninterview questions Pin
saravanan0519-Jan-07 5:42
saravanan0519-Jan-07 5:42 
AnswerRe: interview questions Pin
ToddHileHoffer19-Jan-07 6:01
ToddHileHoffer19-Jan-07 6:01 
GeneralRe: interview questions Pin
ednrgc19-Jan-07 7:07
ednrgc19-Jan-07 7:07 
QuestionWhich command/code we get any event trigger from client (ie: mouse -click)? Pin
ATC19-Jan-07 5:34
ATC19-Jan-07 5:34 
AnswerRe: Which command/code we get any event trigger from client (ie: mouse -click)? Pin
ToddHileHoffer19-Jan-07 6:04
ToddHileHoffer19-Jan-07 6:04 
GeneralRe: Which command/code we get any event trigger from client (ie: mouse -click)? Pin
ATC21-Jan-07 11:27
ATC21-Jan-07 11:27 
QuestionCustom Validator [NOT working] Pin
Dayekh19-Jan-07 4:02
Dayekh19-Jan-07 4:02 
AnswerRe: Custom Validator [NOT working] Pin
Paddy Boyd19-Jan-07 4:20
Paddy Boyd19-Jan-07 4:20 
GeneralRe: Custom Validator [NOT working] Pin
Dayekh19-Jan-07 5:07
Dayekh19-Jan-07 5:07 
Questionhow to synchronize information from ASP.NET calendar to outlook calendar ? Pin
King Shez19-Jan-07 3:44
King Shez19-Jan-07 3:44 
Questionfocus on asp.net button [modified] Pin
amit_k_gupta19-Jan-07 3:39
amit_k_gupta19-Jan-07 3:39 
AnswerRe: focus on asp.net button Pin
ednrgc19-Jan-07 5:48
ednrgc19-Jan-07 5:48 
AnswerRe: focus on asp.net button Pin
enjoycrack19-Jan-07 21:09
enjoycrack19-Jan-07 21:09 
QuestionTo get Code of Sending Mail Automatically Through Asp.net Pin
frsravi19-Jan-07 2:22
frsravi19-Jan-07 2:22 
Questionto get code of Hit-Counter Pin
frsravi19-Jan-07 2:19
frsravi19-Jan-07 2:19 

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.