Click here to Skip to main content
15,898,993 members
Home / Discussions / Web Development
   

Web Development

 
Questionfix row and column in html table Pin
Member 897905824-May-12 19:41
Member 897905824-May-12 19:41 
AnswerRe: fix row and column in html table Pin
Richard MacCutchan24-May-12 22:42
mveRichard MacCutchan24-May-12 22:42 
GeneralRe: fix row and column in html table Pin
Member 897905824-May-12 22:50
Member 897905824-May-12 22:50 
GeneralRe: fix row and column in html table Pin
Richard MacCutchan24-May-12 23:28
mveRichard MacCutchan24-May-12 23:28 
GeneralRe: fix row and column in html table Pin
Member 897905824-May-12 23:33
Member 897905824-May-12 23:33 
GeneralRe: fix row and column in html table Pin
Richard MacCutchan24-May-12 23:39
mveRichard MacCutchan24-May-12 23:39 
GeneralRe: fix row and column in html table Pin
Member 897905824-May-12 23:47
Member 897905824-May-12 23:47 
GeneralRe: fix row and column in html table Pin
RichardGrimmer7-Sep-12 1:50
RichardGrimmer7-Sep-12 1:50 
GeneralRe: fix row and column in html table Pin
Richard MacCutchan12-Sep-12 3:38
mveRichard MacCutchan12-Sep-12 3:38 
QuestionProblem ModalPopupExtender and UpdatePanel Pin
papy-boom22-May-12 7:05
papy-boom22-May-12 7:05 
AnswerRe: Problem ModalPopupExtender and UpdatePanel Pin
Sandeep Mewara25-May-12 17:56
mveSandeep Mewara25-May-12 17:56 
QuestionUsing CSS Pin
Mary Abraham22-May-12 5:19
Mary Abraham22-May-12 5:19 
AnswerRe: Using CSS Pin
Sandeep Mewara25-May-12 17:46
mveSandeep Mewara25-May-12 17:46 
AnswerRe: Using CSS Pin
Roger Wright25-May-12 21:58
professionalRoger Wright25-May-12 21:58 
GeneralRe: Using CSS Pin
User 171649225-May-12 22:32
professionalUser 171649225-May-12 22:32 
GeneralRe: Using CSS Pin
Roger Wright26-May-12 5:54
professionalRoger Wright26-May-12 5:54 
QuestionDesigning WCF Pin
byka21-May-12 4:56
byka21-May-12 4:56 
I am new to WCF and I am trying to design wcf with SQL as backend.
So far I was able to:
1.Open solution and create my wcf service
2.in my IService.vb add following code:
Imports System.ServiceModel
Imports System.ServiceModel.Activation
Imports System.ServiceModel.Web

<ServiceContract()> _
<AspNetCompatibilityRequirements(RequirementsMode:=AspNetCompatibilityRequirementsMode.Allowed)> _
Public Class Service1

        <OperationContract()> _
    Public Shared Function SavePersonInfo(ByVal myPerson As Person) As String
        Return "Hello, "
    End Function

End Class


' Use a data contract as illustrated in the sample below to add composite types to service operations.

<DataContract()>
Public Class Person

    <DataMember()>
    Public Property MemberID() As String

    <DataMember()>
    Public Property GroupID() As String

End Class

3. Add <connectionstrings> to web.config

My question is?
Where would I call my DB connection/SQL function in order to save pass data?
QuestionModal PopUp extender Pin
berba21-May-12 2:33
berba21-May-12 2:33 
AnswerRe: Modal PopUp extender Pin
frostcox25-May-12 11:05
frostcox25-May-12 11:05 
AnswerRe: Modal PopUp extender Pin
Sandeep Mewara25-May-12 18:01
mveSandeep Mewara25-May-12 18:01 
QuestionJohn Ray still relevant? (TCP/IP related) Pin
Mossmyr21-May-12 1:24
Mossmyr21-May-12 1:24 
QuestionNot able to Ajax post knockout (KO) data in XML format Pin
AumSingh20-May-12 6:38
professionalAumSingh20-May-12 6:38 
AnswerRe: Not able to Ajax post knockout (KO) data in XML format Pin
AumSingh23-May-12 23:52
professionalAumSingh23-May-12 23:52 
Questiontigrina lexikon ትግርኛ መዝገብ ቃላት seglelet.com Pin
mululer19-May-12 22:27
mululer19-May-12 22:27 
QuestionHow to display XML data using XSL in HTML? Pin
RedUnited18-May-12 1:35
RedUnited18-May-12 1:35 

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.