User Profile
Collapse
-
How to add functionality to an existing Interface Class and Implementations
Please help me understand the concept of how I can add functionality to an existing Interface class and its implementations with out breaking any previously released codes.
Here is the Interface Class
Code:Public Interface IShipmentProvider ReadOnly Property ProviderName As String ReadOnly Property ShipmentItems As ICollection(Of Package) Function GetRates() As ICollection(Of Rate)
-
API for CraigsList
I am trying to find a API for Craigslist to post ads automatically but so far i have not found any thing. Some say there used to be a API but no longer available, some say there was no API for craigslist. Please kindly share your inputs on this.
Thank you. -
you can use pageddatasource to handle the data and then you need to implement your own paging code. you can find may examples if you google itLeave a comment:
-
you are missing the selected value of ddlstatus
Code:sqlparam(3) = New SqlParameter("@news_category_status", SqlDbType.Bit, 1, ParameterDirection.Input, False, 0, 0, "", DataRowVersion.Current, ddlstatus.SelectedValue)
Leave a comment:
-
-
You can use a required field validator control to solve this problemLeave a comment:
-
If the forms are interconnected then i suggest you use the wizard control. You will not have to create multiple forms to achieve this . Wizard control allows you to create multiple forms and allows easy navigation between the forms.Leave a comment:
-
Show us what you have done and where you are stuck. We do not provide the entire solutionLeave a comment:
-
you need to select the table of the dataset
GridView!1.Data Source = oDs.Table[0];Leave a comment:
-
-
never mind i didnt read the entire code you already have the doneLeave a comment:
-
This might help
Code:e.Row.Attributes.Add("onmouseover", "this.style.backgroundColor='Silver'"); e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor='White'");
Leave a comment:
-
This is what i would do. create a field in database stating the status of the exam, This field will be updated every time an answer is saved. Once the exam is done students need to submit the exam assuming by pressing a button. This is where the status of the exam is changed to complete.
Dont know if this is the right approach, its just a thought.Leave a comment:
-
-
Yor are asking for help but what is the actual problem?. you mention your application calls a windows application and runs behind the screen. What exactly are you trying to do? show us some code and the error message that you are receiving.Leave a comment:
-
As Frinny suggested use a Repeater or Gridview with a template field and the apply CSS. this should do itLeave a comment:
-
I am guessing adoPrimaryRS is some form of dataset or datatable and you are trying to bind the entire data to one textbox. Show us your entire code and declarations.Leave a comment:
-
-
It all depends on how you have set up your connection string. If the database is in a server then obviously you will need to provide the network path, if not then database has to present locally.Leave a comment:
No activity results to display
Show More
Leave a comment: