Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for kiranbvsn

Hi all, I am new to the deployment, Recently one of our web application (Right now we are using it as a intranet application) needs to be deployed at onsite (USA), can u please suggest what are all the necessary conditions to be full filled in general when an application …

Member Avatar for Fortinbra
0
190
Member Avatar for kiranbvsn

Hi All, I am new to sql and also this is my first post in this THREAD, Inline with this I am going to improve knowledge on sql, so below is my query which i desperately needed and don't know it is possible or not? I've Two table Table1: ProblemGroup …

Member Avatar for kiranbvsn
0
117
Member Avatar for arthurav

I have created a checkDelete function to ask the user if he wants to delete the selected entries from a database. The problem is that choosing cancel still deletes those entries. This is the function: function checkDelete (){ var answer = confirm("Are you sure you want to delete the selected …

Member Avatar for almostbob
0
304
Member Avatar for kiranbvsn

hi all i developed one application in .net which i've used both javascript (on button clicks) and jquery (using script manager) my problem here is i've disabled "Edit and Delete" buttons in my page when clicking the "Add" button so far the application worked fine with in my system (i.e. …

Member Avatar for Airshow
0
59
Member Avatar for kiranbvsn

HI, I am using Ajax,Jquery in my web application, the problem i am facing is, when i kept my page idle till the session expires and then if I click on any buttons above javascript exception is coming and page freezs with out doing any functionality such as OnselectedIndexChanged of …

0
54
Member Avatar for kiranbvsn

hi all, i've one problem with the jquery i am hiding a <div> using style=display:none; and when i clicked a button whose id is lnkbtnUnitAdd, i want to show the above div but i've written some code on OnClick event of the button, since the below function is returning false, …

Member Avatar for kiranbvsn
0
314
Member Avatar for kiranbvsn

hi all, I am new to mssql but C# programmer, can anyone help me on how to merge columns from different tables to a single table in sql for example i've 4 tables and the first table has a,b,c,d columns second table has e,f,g,h thrid table has i, j, k, …

Member Avatar for kiranbvsn
0
104
Member Avatar for kiranbvsn

Hi all, I am working on a project in which when I clicked a hyperlink a pop up window has to be displayed for 2 pages. But at first when i did this in javascript it worked, later after i finished the whole coding suddenly an error box displayed that …

Member Avatar for dnanetwork
0
197
Member Avatar for kiranbvsn

Hi, I've 2 queries 1. how to validate a datarow which is not empty and also there were no values in it (something like when we created a new datarow and added to a gridview -- how to valdate it existence) Note: In my project i showing the emptygrid when …

Member Avatar for kiranbvsn
0
96
Member Avatar for kiranbvsn

hi there, i've one requirement i am using a button in three different rows [CODE] for example ( <tr id="tr1"> <td/> <tr id ="tr2"> <td/> <tr id="tr3> <td/>) [/CODE] here i am using one button control (instead of 3 buttons) in 3 different rows now in button onclick event, how …

Member Avatar for kiranbvsn
0
89
Member Avatar for kiranbvsn

Hi, I am working on a project in which i've to identify a textbox value, The end user may enter a date (dd\mm\yyyy) or may enter a ticket number (alphanumeric:ex:'VD103'), can anyone tell me how to distinguish the date or string values entered in the textbox so that depending upon …

Member Avatar for finito
0
118
Member Avatar for kiranbvsn

Hi, I am new to ajax, but i want to learn cause it is used in our project.. So, here is my query, i am using .net 3.5 framework i've one dropdownlist and textbox controls in aspx page for dropdown: 1,2,3,4 (are the values in column1 in database table that …

Member Avatar for Rana Sameer
0
93
Member Avatar for kiranbvsn

Hi, I am using dotnet 2.0 version, I've bulk of records in a grid which i've to insert into database at a time, so i used dataset.getxml() function and stored in the database, I've used the same concept to update. But when coming to delete. i am facing problems Since …

0
40
Member Avatar for kiranbvsn

I am having two dropdownlists that are interrelated, in which one is vertical ddl and the other department ddl in a grid view if we select the vertical ddl then corresponding departments have to appear in department ddl. I've written the code like this In footer of gridview i successful …

Member Avatar for Sals
0
99
Member Avatar for kiranbvsn

Hi, I got one masterpage and one content / child page having gridview control I want to do client side validations using javascript, can anyone suggest me where i have to do this. i.e.., either in masterpage or in content page (I know that only at the <head> tags we …

Member Avatar for amitshrivas
0
138
Member Avatar for kiranbvsn

Hi, can anyone tell me how can I validate the server controls using asp.net server side validation controls that will act similar to client side (like javascripting). can anyone give me sample example on this. cause i want to use these sever validation controls on client machines. Plz help me

Member Avatar for kvprajapati
0
60
Member Avatar for kiranbvsn

I am newbbie to C# gridview Please can anyone give me the complete detailed gridview with some explanation something like how and when databound,e.t.c events fire, and some basic terminology associated with grid view like rowindxes,row.edititem, e.t.c please kindly do the needful as i have to implement it in my …

Member Avatar for kiranbvsn
-1
69
Member Avatar for kiranbvsn

hi, i've got a problem in asp.net i am using a master page with standard headers and footers in all the child pages. i've given the links of the header image in a cssstyle sheet and linke the style sheet in aspx master page, but how to include the header …

Member Avatar for kiranbvsn
0
111
Member Avatar for kiranbvsn

Hi, I want to validate the user id that was entered in a textbox (similar to while registering to a site, we come across something like "this username already existed please choose different") without refreshing the page (or i can say in textbox onchange event) can someone guide me how …

Member Avatar for brixton
0
81
Member Avatar for kiranbvsn

Shall i know if there is implementation of gridview in php as it is in .net please help me

Member Avatar for diafol
0
454
Member Avatar for kiranbvsn

i got 2 html pages with the following data index.php (buttons: SAVE, EDIT) update.php (buttons: UPDATE,DELETE) Employee ID (primary key), Employee Name (here i putting 2 buttons Edit,Save) when i entered the empid and click the Edit button, the page has to go from index.php to update.php and at the …

Member Avatar for kiranbvsn
0
114