Search:
Type: Posts; User: Makumbi
Search:
Search took 0.01 seconds.
-
185154
when i click on page 2 or next pages
this is what is displayed
185155
-
185101
<asp:GridView ID="StudentGridMarks" runat="server" BackColor="White" AutoGenerateColumns="False" AllowPaging="True" OnPageIndexChanging="OnPageIndexChanging" PageSize="45">
...
-
-
How can modify this code below to pass multiple parameters
$("td", row).eq(0).find("a").attr("href", "Uncoated_Wire.aspx?Id=" + $(this).find("CustomerID").text());
<div>
<asp:GridView...
-
If Forms!studentsearch!ADDNEW!rclass <> Forms!studentsearch!ADDNEW!STREAM Then
MsgBox "No Stream is Allowed to Cream Class", vbExclamation, "UNIFORM "
Me.Undo
...
-
184639
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Not IsPostBack Then
Dim cmd As New SqlCommand("SELECT NAME, HOUSE, CLASS,...
-
184305
Please help i wanted to use this code to validate marks enter and also to tick the value enter using java but i have not been successful please help.
i wanted upon entering a score the...
-
Please help i wanted to move to mother details then next of kin details and then display all the values entered in the summary option please help. but my buttons are not working please help find...
-
184236
my drop down list does give me options to select after populated. it only gives options for the entered field but when it comes to empty fileds it remains empty please help
<%@ Page...
-
https://www.vbforums.com/showthread.php?895424-how-can-in-pass-dropdown-list-on-change-of-Stream-data-to-controller-MVC&p=5558426#post5558426
-
I would want it in a way that after the Name has been enter then the account number is generated automatically iam using MVC visual 2019
184189
Protected Sub Names_TextChanged(ByVal...
-
Please how can i modify the following fields and make them comboxes and add values
example MODIFYING the code below
SEX =Values MALE, FEMALE
CLASS= PRE,P1,P3,P3,P4,P5,P6,P7
STDTYPE= DAY,...
-
Please help how can i implement this using all editable gridview
i would also like the other datagridview to view to automatically be refrehed by the corresponding searched record
This is the...
-
Imports System.Net.Http.Formatting
Imports System.Net.Http.Headers
Public Class CustomJSONFormatter
Inherits JsonMediaTypeFormatter
Public Sub New()
...
-
Please help i have this example about posting string and returning data . How can i use this very example to my coding please help .
Dim J As HttpJob
J.Initialize(Null, Me)
...
-
This is the error it returns yet if i run it here in this format
http://192.168.14.205/KABOJJAAPPAPI/api/HandlerVBLoadterm/GetCustomersJSON/0782911364/Father on my web browser i dont get any...
-
thanks for your observation how can i route parameter in this case of mine which areas can i edit to achieve what i want because i wanted to use ? operand in my statement because you are saying that...
-
Please help am having a problem with returning values from webapi by passing parameters
Imports System.Data.SqlClient
Imports System.Net
Imports System.Web.Http
Namespace Controllers
...
-
Public Function GetValue(ByVal id As String) As IHttpActionResult
Dim customers As New List(Of Baladata)()
Using conn As New SqlConnection()
...
-
Please help i have my API . my APi has a table employees which has a filed called gender . Please help how can i filter this table records based on gender.
Public Class EmployeesidController...
-
Please help me with a step by step in visual basic to post this json data to my sqlserver database
{"status": "SUCCESSFUL", "msisdn": "256782123456", "initiation_date": "2019-10-21...
-
How can i modify this generic hander to recieve json response from api.
below is the json response sent by the api upon successfull transaction
{"status": "SUCCESSFUL", "msisdn":...
|
Click Here to Expand Forum to Full Width
|