Click here to Skip to main content
15,887,822 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiongetting these smtp exceptions in my mvc .net project,used different ports but still not workin ,can u plz help me? Pin
Member 1390903412-Jul-18 3:32
Member 1390903412-Jul-18 3:32 
AnswerRe: getting these smtp exceptions in my mvc .net project,used different ports but still not workin ,can u plz help me? Pin
F-ES Sitecore12-Jul-18 3:48
professionalF-ES Sitecore12-Jul-18 3:48 
AnswerRe: getting these smtp exceptions in my mvc .net project,used different ports but still not workin ,can u plz help me? Pin
jkirkerx18-Jul-18 13:14
professionaljkirkerx18-Jul-18 13:14 
QuestionDefault Download button is not working in Chrome browser Pin
Member 1370125111-Jul-18 19:54
Member 1370125111-Jul-18 19:54 
AnswerRe: Default Download button is not working in Chrome browser Pin
Richard Deeming12-Jul-18 1:03
mveRichard Deeming12-Jul-18 1:03 
Question.Net Core 2.1, Favicon.ico, robots.txt, sitemap.xml, google verification file Pin
jkirkerx8-Jul-18 12:26
professionaljkirkerx8-Jul-18 12:26 
AnswerRe: .Net Core 2.1, Favicon.ico, robots.txt, sitemap.xml, google verification file [solved] Pin
jkirkerx9-Jul-18 7:31
professionaljkirkerx9-Jul-18 7:31 
QuestionCouldn't retrieve all records from SQL database in c# Pin
Sehal6-Jul-18 23:12
Sehal6-Jul-18 23:12 
My code is working fine for retrieval of 2 records from database after that its not working, no error.
Please help


rotected void btn_nxt_Click(object sender, EventArgs e)
        {
            
            i++;
            s = er.scalarReturn("select min(q_id) from questions where q_id="+i);
          
            

            if (s.Equals(""))
            {

                MessageBox.Show("Quize Over");
                btn_nxt.Enabled = false;

            }
            else
            {
                i = Convert.ToInt32(s);
            lb_qs.Text = er.scalarReturn("select q_title from questions where q_id=" + i);
            lb_op1.Text = er.scalarReturn("select optiona from questions where q_id=" + i);
            lb_op2.Text = er.scalarReturn("select optionb from questions where q_id=" + i);
            lb_op3.Text = er.scalarReturn("select optionc from questions where q_id=" + i);
            lb_op4.Text = er.scalarReturn("select optiond from questions where q_id=" + i);
            }

        }

AnswerRe: Couldn't retrieve all records from SQL database in c# Pin
Mycroft Holmes7-Jul-18 13:44
professionalMycroft Holmes7-Jul-18 13:44 
SuggestionRe: Couldn't retrieve all records from SQL database in c# Pin
Richard Deeming9-Jul-18 8:43
mveRichard Deeming9-Jul-18 8:43 
Question.Net Core 2.1 with SQLite, ReactJS.net and JavascriptRenderingEngine, Porting my first app over to it was really hard Pin
jkirkerx6-Jul-18 8:31
professionaljkirkerx6-Jul-18 8:31 
QuestionHow to use angular along with ASP.NET mvc project Pin
Nitin S4-Jul-18 20:37
professionalNitin S4-Jul-18 20:37 
AnswerRe: How to use angular along with ASP.NET mvc project Pin
Keviniano Gayo4-Jul-18 22:05
Keviniano Gayo4-Jul-18 22:05 
AnswerRe: How to use angular along with ASP.NET mvc project Pin
Vincent Maverick Durano5-Jul-18 14:58
professionalVincent Maverick Durano5-Jul-18 14:58 
GeneralRe: How to use angular along with ASP.NET mvc project Pin
Nitin S5-Jul-18 17:52
professionalNitin S5-Jul-18 17:52 
GeneralRe: How to use angular along with ASP.NET mvc project Pin
Vincent Maverick Durano6-Jul-18 2:04
professionalVincent Maverick Durano6-Jul-18 2:04 
AnswerRe: How to use angular along with ASP.NET mvc project Pin
jkirkerx6-Jul-18 9:09
professionaljkirkerx6-Jul-18 9:09 
GeneralRe: How to use angular along with ASP.NET mvc project Pin
Vincent Maverick Durano6-Jul-18 18:43
professionalVincent Maverick Durano6-Jul-18 18:43 
GeneralRe: How to use angular along with ASP.NET mvc project Pin
jkirkerx8-Jul-18 12:20
professionaljkirkerx8-Jul-18 12:20 
QuestionAngular project Pin
Nitin S4-Jul-18 20:34
professionalNitin S4-Jul-18 20:34 
AnswerRe: Angular project Pin
Vincent Maverick Durano5-Jul-18 15:05
professionalVincent Maverick Durano5-Jul-18 15:05 
Question.Net Core 2.1 - Setting Session Value in controller, then reading it in Controller Attribute. Pin
jkirkerx4-Jul-18 8:45
professionaljkirkerx4-Jul-18 8:45 
AnswerRe: .Net Core 2.1 - Setting Session Value in controller, then reading it in Controller Attribute. [solved maybe] Pin
jkirkerx4-Jul-18 10:22
professionaljkirkerx4-Jul-18 10:22 
QuestionLoop through dataset to create hyperlinks in aspx Pin
caffrey_13-Jul-18 23:44
caffrey_13-Jul-18 23:44 
AnswerRe: Loop through dataset to create hyperlinks in aspx Pin
Richard Deeming4-Jul-18 7:37
mveRichard Deeming4-Jul-18 7:37 

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.