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
~20.2K People Reached
About Me

i m a quick learner

Interests
my work
Favorite Tags
Member Avatar for mitesh.24jain

As I am new to Linq and Entity Framework, I don't know how I add comma sepearted and left join in linq/Entity code. My Sql query is rather big and I want it to be convert in Linq/entity: Select DISTINCT SR.StudentRequestId,SR.RegistrationId,SR.Location,SR.PaymentMethod,SR.CreatedOn,C.ClassName,CC.CampusName, CASE WHEN ISNULL(TSR.StatusId,0)=0 THEN 1 ELSE TSR.StatusId END AS …

Member Avatar for rproffitt
0
442
Member Avatar for mitesh.24jain

Hello I have search creating the** PDF417 barcode** in** ASP.NET WEB APPLICATION** through c# code and found the **SharpPDF417 in NUGET and this works well for windows application**. But I want to create such barcode in **WebApplication**. Tried through **sharPDF417** and just failed in that so I had again search …

Member Avatar for Amjyot
0
712
Member Avatar for alan_123

I am new to perl. In a string How do I replace a backward slash with a forward slash? when I call the following perl api $FindBin::Bin; I get the path as follows $myPath = c:/perl/test I would like to covert this to c:\perl\test I did try the following and …

Member Avatar for Taywin
0
6K
Member Avatar for mitesh.24jain

I had develop the website and according to requirement I have to integrate Payment Gateway-SADAD. Can you provide me the document for this purpose so that I can integrate SADAD for "payment transaction" in my project made in ASP.Net language. I had also referred this [link](http://www.sadad.com:9977/en/Pages/onlinebanking.aspx) but not getting what …

Member Avatar for mitesh.24jain
0
271
Member Avatar for mr.sweetchuck

Hi, I'm trying to use the replace() method to take out all instances of " " , (space) with an underscore, ("_"). I'm doing this because I'm using URLs to connect to a servlet. I keep getting this error: [code] replace(char,char) in java.lang.String cannot be applied to (java.lang.String,java.lang.String) url.replace(" ", …

Member Avatar for stultuske
0
6K
Member Avatar for mitesh.24jain

I have applied script on dropdownlist for stylish look and style is applied properly ,but in .cs page(code page) OnSelectedIndexChanged of dropdownlist is not working properly. **My Html Code:** <head> <link href="css/screen.css" rel="stylesheet" media="screen" type="text/css" title="default"/> <script src="js/jquery/jquery-1.4.1.min.js" type="text/javascript"></script> <script src="js/jquery/jquery.selectbox-0.5_style_2.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function () { $('.styledselect_form_1').selectbox({ inputClass: "styledselect_form_1" …

Member Avatar for Joao_2
0
481
Member Avatar for mitesh.24jain

I am using a script on a page due to which the style of dropdown , checkbox and textbox is applied on them, but if i put dropdown or any other tool inside the updatepanel than only when the page gets load script is shown to that tool but whenever …

Member Avatar for mitesh.24jain
0
1K
Member Avatar for mitesh.24jain

Hi,I am an asp.net developer working on c# language I WANT TO GENERATE A DIFFERENT URL PATH FOR A PARTICULAR PATH FOR EG: my website url is www.abc.com when i used to write this url on webbrowser my page will get open. But i want to generate a duplicate url …

0
145
Member Avatar for mitesh.24jain

# Asp.net with c# language # I have 3 table let say table1 ,table2 and table3 Table1 with 2 columns pid and productname pid(P.k) productname 1 abc 2 qwe 3 ewre 4 jui Table2 with 2 columns fid and imagename fid(P.k) imagename 1 a 2 b 3 c 4 d …

0
116
Member Avatar for coder91

So have a drop down list with various values, one of them being "other". I have written code so that when "other" is selected a panel which has text boxes in it is made visible. if (ddlOption.SelectedItem.Text == "Other") { panelNext.Visible = true; } else { panelNext.Visible = false; } …

Member Avatar for coder91
0
1K
Member Avatar for mitesh.24jain

I have 3 table let say table1 ,table2 and table3 Table1 with 2 columns pid and productname pid(P.k) productname 1 abc 2 qwe 3 ewre 4 jui Table2 with 2 columns fid and imagename fid(P.k) imagename 1 a 2 b 3 c 4 d 5 e 6 f 7 g …

Member Avatar for mitesh.24jain
0
223
Member Avatar for mitesh.24jain

Can u give me a code of tranferring data through view ctate from tranferring 1 page to another or an method how to do it???? I also want that the data shoulg directly go to the gridview through viewstate.. plz answer soon....waiting for your reply

Member Avatar for mitesh.24jain
0
80
Member Avatar for mitesh.24jain

In datasource i have 5 columns and i want 3 columns data in particular dropdownlist having a distinct value... plz help

Member Avatar for mitesh.24jain
0
205
Member Avatar for rockin_rebel

Hi everyone I am having a lot of trouble trying to get the toUpperCase method working. I have basically put a String of text into a character array and I want to convert a certain character in a certain place in the String to uppercase. Here is what I have: …

Member Avatar for rockin_rebel
0
3K