Search:

Type: Posts; User: Makumbi

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. VS 2005 Modal popup button not hiding in the master page asp.net

    Please help iam trying to open my page but the button are not hidding yet they are supposed to be hidden on to popu when needed please help


    <%@ Page Title="" Language="vb"...
  2. Replies
    1
    Views
    1,044

    VS 2015 Modal popup shows wrong information. asp.net

    Please help before clicking on the search facility the modal popup works well but after searching for a particular record the modal shows different record please help


    Imports...
  3. How can i diplay something like this in the image using datalist view asp.net

    189429
    https://www.aspsnippets.com/Articles/852/Implement-Paging-in-DataList-control-in-ASPNet/
  4. VS 2015 Pass gridview value to google search engine asp.net

    189309

    How can i pass the the bookname to google search and display the results please help
  5. How can i display this Graph using RDLC report asp.net

    188773
  6. Replies
    2
    Views
    2,432

    VS 2015 Error when i try to search record

    Please help iam getting error undefined when i try to search record please help

    188543


    Imports System.IO
    Imports System.Data
    Imports System.Configuration
    Imports System.Data.SqlClient...
  7. VS 2015 How can i display this information like this in rdlc asp.net

    188426
  8. How can i display this inform from the database using asp.net

    Please help i habe atable in the database how can i display my books in this format below picking the books from database using asp.net . i would want want some one clicks on the link read it...
  9. VS 2017 Search facility not auto populating gridview asp.net datatables

    187739

    please it is after i click abutton that is when i can see the searched record yet i wanted to automatically display the values search in the gridview as i type it thanks


    <%@ Page...
  10. Replies
    0
    Views
    1,292

    how can i create this using asp.net

    i would like to count number of i items and display as attached please help how can perform this in asp.net

    186367
  11. VS 2015 unable to route value using asp.net visual basic Project

    186197

    this code is inside my route config file


    Imports System.Web.Routing
    Imports Microsoft.AspNet.FriendlyUrls

    Public Module RouteConfig
    Sub RegisterRoutes(ByVal routes As...
  12. Replies
    0
    Views
    1,228

    VS 2015 setting focus to gridview

    how to set focus to item-code after updating quantity.

    185636
  13. VS 2015 Headers gets distorted on searching datatables

    185618



    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="SearchStudentdata.aspx.vb" Inherits="SulaSignar.SearchStudentdata" %>

    <!DOCTYPE html>

    <html...
  14. Replies
    1
    Views
    1,511

    VS 2015 why datatables widith changes on search

    How can i maintain same grid view view with as it existed before search
    before search
    185582

    after search


    185583
  15. VS 2015 Using Signar to auto diplay on Other Computers

    185572


    Dim cmd As New SqlCommand("SELECT NAME,SEX, ADMNO,STDTYPE,AGE,Phone,address FROM Student")
    StudentGrid.DataSource = Me.ExecuteQuery(cmd, "SELECT")
    ...
  16. VS 2015 How can remove the out side line in RDLC report

    185383
  17. VS 2015 Using arrow key to move up and down left right

    Please help how can i move up and down left right using this gridview on asp.net
    185382
  18. VS 2015 Gridview rows not diplaying well after clicking on the next page

    185154

    when i click on page 2 or next pages
    this is what is displayed
    185155
  19. VS 2015 how can i use arrows of down up left right in gridview asp.net

    185101

    <asp:GridView ID="StudentGridMarks" runat="server" BackColor="White" AutoGenerateColumns="False" AllowPaging="True" OnPageIndexChanging="OnPageIndexChanging" PageSize="45">
    ...
  20. VS 2015 how can i use arrows of down up left right in gridview asp.net

    185101
  21. Replies
    0
    Views
    1,979

    how can i pass multiple parameters

    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...
  22. VS 2015 How can i convert this ms access code to asp.net vb

    If Forms!studentsearch!ADDNEW!rclass <> Forms!studentsearch!ADDNEW!STREAM Then
    MsgBox "No Stream is Allowed to Cream Class", vbExclamation, "UNIFORM "
    Me.Undo
    ...
  23. Jquery datables not working afer adding modal boostrap

    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,...
  24. VS 2019 java script error Unable to get property '0' of undefined or null reference

    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...
  25. VS 2019 move nex and Previous button not working please help

    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...
  26. VS 2019 dropdown list not displaying well dispite populating values please help

    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...
  27. VS 2019 Please help posted on a wrong forum but please me with this link

    https://www.vbforums.com/showthread.php?895424-how-can-in-pass-dropdown-list-on-change-of-Stream-data-to-controller-MVC&p=5558426#post5558426
  28. VS 2019 how can i use controller to execute this code

    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...
  29. VS 2015 How to modify datatable and add combox values

    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,...
  30. VS 2015 How to search and autopopulate records in an all editable gridview asp.net

    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...
  31. Replies
    1
    Views
    2,467

    How can i return json without decimal points

    Imports System.Net.Http.Formatting
    Imports System.Net.Http.Headers

    Public Class CustomJSONFormatter
    Inherits JsonMediaTypeFormatter
    Public Sub New()

    ...
  32. Replies
    1
    Views
    1,168

    Using Post string

    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)
    ...
  33. How to pass parameter to api with ? sign

    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...
  34. Re: error while returning values from API after passing parameters

    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...
  35. error while returning values from API after passing parameters

    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
    ...
  36. Replies
    4
    Views
    1,168

    error while returning values from API

    Public Function GetValue(ByVal id As String) As IHttpActionResult
    Dim customers As New List(Of Baladata)()
    Using conn As New SqlConnection()
    ...
  37. VS 2015 how to filter records based on a particular field

    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...
  38. VS 2015 How to Use rest Api to post this Json data to SQLserver database

    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...
  39. How can i create a generic handler to get json response from api

    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":...
Results 1 to 39 of 42
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width