Click here to Skip to main content
16,005,290 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Filtering - web api c# Pin
miss78617-Oct-13 3:51
miss78617-Oct-13 3:51 
GeneralRe: Filtering - web api c# Pin
Kornfeld Eliyahu Peter17-Oct-13 4:23
professionalKornfeld Eliyahu Peter17-Oct-13 4:23 
GeneralRe: Filtering - web api c# Pin
miss78617-Oct-13 4:39
miss78617-Oct-13 4:39 
QuestionRe: Filtering - web api c# Pin
Kornfeld Eliyahu Peter17-Oct-13 7:13
professionalKornfeld Eliyahu Peter17-Oct-13 7:13 
SuggestionRe: Filtering - web api c# Pin
Richard Deeming17-Oct-13 4:30
mveRichard Deeming17-Oct-13 4:30 
QuestionDisplaying "File Name: 002.txt" in Hebrew Pin
civic06016-Oct-13 4:42
civic06016-Oct-13 4:42 
AnswerRe: Displaying "File Name: 002.txt" in Hebrew Pin
Kornfeld Eliyahu Peter16-Oct-13 5:57
professionalKornfeld Eliyahu Peter16-Oct-13 5:57 
GeneralRe: Displaying "File Name: 002.txt" in Hebrew Pin
civic06016-Oct-13 9:46
civic06016-Oct-13 9:46 
QuestionAdd dynamic pages to Google Search Pin
Blikkies16-Oct-13 0:53
professionalBlikkies16-Oct-13 0:53 
AnswerRe: Add dynamic pages to Google Search Pin
Richard Deeming16-Oct-13 1:41
mveRichard Deeming16-Oct-13 1:41 
GeneralRe: Add dynamic pages to Google Search Pin
Blikkies16-Oct-13 2:03
professionalBlikkies16-Oct-13 2:03 
GeneralRe: Add dynamic pages to Google Search Pin
Richard Deeming16-Oct-13 2:10
mveRichard Deeming16-Oct-13 2:10 
GeneralRe: Add dynamic pages to Google Search Pin
Blikkies16-Oct-13 2:39
professionalBlikkies16-Oct-13 2:39 
QuestionHow to draw horizontal line using Gios Pdf in C#,ASP.NEt Pin
Member 1020836815-Oct-13 2:26
Member 1020836815-Oct-13 2:26 
QuestionDashboard in ASP.NET Pin
ashu200114-Oct-13 19:19
ashu200114-Oct-13 19:19 
AnswerRe: Dashboard in ASP.NET Pin
thatraja14-Oct-13 21:33
professionalthatraja14-Oct-13 21:33 
GeneralRe: Dashboard in ASP.NET Pin
ashu200115-Oct-13 18:41
ashu200115-Oct-13 18:41 
AnswerRe: Dashboard in ASP.NET Pin
CodeBlack15-Oct-13 20:40
professionalCodeBlack15-Oct-13 20:40 
GeneralRe: Dashboard in ASP.NET Pin
ashu200115-Oct-13 21:27
ashu200115-Oct-13 21:27 
GeneralRe: Dashboard in ASP.NET Pin
CodeBlack15-Oct-13 21:31
professionalCodeBlack15-Oct-13 21:31 
AnswerRe: Dashboard in ASP.NET Pin
Abhinav S16-Oct-13 18:34
Abhinav S16-Oct-13 18:34 
QuestionFetching Questions.! Pin
Member 1031225714-Oct-13 18:58
Member 1031225714-Oct-13 18:58 
AnswerRe: Fetching Questions.! Pin
Member 1031225714-Oct-13 19:00
Member 1031225714-Oct-13 19:00 
AnswerRe: Fetching Questions.! Pin
Thomas ktg29-Oct-13 0:10
Thomas ktg29-Oct-13 0:10 
QuestionSubmit changes from a form back to a database Pin
ASPnoob10-Oct-13 8:58
ASPnoob10-Oct-13 8:58 
Hello all,
I have a form that allows users to enter data and a button users can click to send data to the database.
To ensure that data are sent to the database if and only if the form is modified, is it enough to use the statement if(!page.ispostback) in the button Onclick event in the codebehind page to check if the page is being sent to the server? Aside from the code to connect to a database then update or insert data, is there something else I would have to do? Thanks in advance.

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.