Click here to Skip to main content
15,892,005 members

Comments by Member 10235977 (Top 68 by date)

Member 10235977 30-Mar-21 16:20pm View    
i dont know how well it will serves the purpose of alerting the user, definitely not as good as confirm. Talking of alternatives, i could also have used a PopupExtender in AjaxControlToolkit but it would sound like French princess saying 'If you don't get bread why don't you eat cake.
Anyway thanks for your help.
I have found solution myself anf for sake of people who keep making mistakes like me, the midstake i made was to add
if (Page_ClientValidate()) {
as a result the code acts with presumption of client validation.
I jjust removed this line from code on second thought and it worked.
Member 10235977 30-Mar-21 13:24pm View    
as i clarified earlier i am not getting any error after using System.Linq but i am not getting any images in slide show. I am not able to decipher what mistake i am making by which my images are not being detected by slideshow
Member 10235977 29-Mar-21 16:13pm View    
thanks for your advice.
my using directives in both the cases are as follows:
using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.IO;
using AjaxControlToolkit;
using System.Collections.Generic;
using AjaxControlToolkit;
using System.Linq;

in first block, i still get the error. in second block i do not get the error but slide show does not run. it appears the code dows not register images at all.

you may see the results at:
http://www.testslideshow.salvagein.com/Default.aspx for the first code block and
http://www.testslideshow.salvagein.com/Default1.aspx for the second
thanks for help but i am looking foeward to more help to complete my proect.
Member 10235977 29-Mar-21 10:55am View    
i have used System.Linq first. it gave the same errors as i have posted in my question.
Then i used System.Linq with System.Data.Linq. This also gave the same errors.
Member 10235977 20-Mar-21 8:25am View    
No. It will defeat the purpose of limiting time for filling up text box