Here is your answer, please see by clicking the link below: Configure Load Balanced Sites with SSL offloading using IIS[^]
hi
Here is your answer, please see by clicking the link below: Configure Load Balanced Sites with SSL offloading using IIS[^]
hi
Please check these points in the link by which you can handle the load. 10 Ways to Speed Up Your Website – and Improve Conversion by 7%[^]
hi
What is this ?
hi
This is not the correct place to write this content.
hi
Great thinking... It would be around $100
hi
Helpful, thanks ...
hi
Nice reply, +5 ...
hi
Check this link & download a sample chat module for your help. C# Corner : Error Display[^]
hi
See this link, here is your answer: [Resolved] A namespace does not directly contain members such as fields or methods - DotNetFunda.com[^]
hi
Where do you stuck. Error comes in which line number. or What is the error
hi
Nice answer +5
hi
Hi, through this link which contains code as well as data to explain. hope this will help. Simple LINQ to SQL in C#[^]
hi
HI, I
Quote:
IsPostBack is a Page level property, that can be used to determine whether the page is being loaded in response to a client postback, or if it is being loaded and accessed for the first time.
example. if(!ispostback){ } else { } When page response very first time then it go into if condition, after that your else statement will call always.
hi
Hi, you can get the average by doing this: m_avgMarkup += sCIR(idx).FMARGIN_PERCENT /idx below is the whole code,
If (sCIR.Length > 0) Then
For idx As Integer = 0 To sCIR.Length - 1
rs\_DataRow = rs\_Table.NewRow()
rs\_DataRow(0) = sCIR(idx).FITEMNO
rs\_DataRow(1) = sCIR(idx).FDESCRIPT
rs\_DataRow(2) = sCIR(idx).FSHIPQTY
rs\_DataRow(3) = sCIR(idx).FCOST
rs\_DataRow(4) = sCIR(idx).FPRICE
rs\_DataRow(5) = sCIR(idx).FAMOUNT
rs\_DataRow(6) = sCIR(idx).FMARGIN\_PERCENT
rs\_DataRow(7) = sCIR(idx).FMARGIN\_PROFIT
'Add up the total cost value
m\_totalCost += sCIR(idx).FCOST \* sCIR(idx).FSHIPQTY
'Add up the total price value
m\_totalPrice += sCIR(idx).FPRICE \* sCIR(idx).FSHIPQTY
'Calculate the average margin of all the items
'm\_avgMarkup += sCIR(idx).FMARGIN\_PERCENT /idx
'Add up the total margin value
m\_totalMargin += sCIR(idx).FMARGIN\_PROFIT
rs\_Table.Rows.Add(rs\_DataRow)
Next
End If
hi
Hi, you have to use Auth of linkedin by using APIs see this link for help: https://developer.linkedin.com/docs/oauth2[^]
hi
dont try to be oversmart, such a cheap guy.
hi
In catch, continue will automatically work so no need to add the keyword there.
hi
Try to use cross join with the tables & select recpective column which you require.
hi
Hi, please use instead of please see the link for help ASP.NET GridView: CRUD Operations[^]
hi
Yes it is possible. suppose your button name is btnAdd and you want btnAdd_click() event fire automatically on page load (suppose) , so on pageload call btnAdd_Click() like this: btnAdd_Click(this, null); This will fire the event of btnAdd_Click() without actually clicked.
hi